Build only in specified branches

This commit is contained in:
Martin Pulec
2020-01-02 11:50:51 +01:00
parent 322f670c34
commit 71e6cd698a

View File

@@ -2,19 +2,22 @@ name: C/C++ CI
on:
push:
branches:
- master
- ci
paths:
- '.github/workflows/ccpp.yml'
- '**.c'
- '**.cpp'
- '**.cu'
- '**.h'
- '**.hpp'
- '**.m'
- '**.mm'
- 'autogen.sh'
- 'configure.ac'
- 'data/scripts/**.sh'
- 'Makefile.in'
- '.github/workflows/ccpp.yml'
- '**.c'
- '**.cpp'
- '**.cu'
- '**.h'
- '**.hpp'
- '**.m'
- '**.mm'
- 'autogen.sh'
- 'configure.ac'
- 'data/scripts/**.sh'
- 'Makefile.in'
jobs:
Ubuntu: