mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
Build only in specified branches
This commit is contained in:
27
.github/workflows/ccpp.yml
vendored
27
.github/workflows/ccpp.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user