Test commits to all branches of portable.

Only test OpenBSD upstream on commits to master since that's what it
tracks.
This commit is contained in:
Darren Tucker
2022-10-05 06:31:48 +11:00
parent fe646de03c
commit ef211eee63
3 changed files with 1 additions and 4 deletions
-2
View File
@@ -2,10 +2,8 @@ name: C/C++ CI
on:
push:
branches: [ master, ci, V_9_0 ]
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
pull_request:
branches: [ master ]
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
jobs: