CI: trigger build only if source changed

This commit is contained in:
Martin Pulec
2019-11-15 14:26:58 +01:00
parent 0508a43148
commit d77299390a

View File

@@ -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: