mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 07:40:24 +00:00
CI: trigger build only if source changed
This commit is contained in:
14
.github/workflows/ccpp.yml
vendored
14
.github/workflows/ccpp.yml
vendored
@@ -1,6 +1,18 @@
|
||||
name: C/C++ CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.cpp'
|
||||
- '**.cu'
|
||||
- '**.h'
|
||||
- '**.hpp'
|
||||
- '**.m'
|
||||
- '**.mm'
|
||||
- '!gui/**'
|
||||
- 'configure.ac'
|
||||
- 'Makefile.in'
|
||||
|
||||
jobs:
|
||||
Ubuntu:
|
||||
|
||||
Reference in New Issue
Block a user