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-04 23:20:23 +11:00
parent fe646de03c
commit ef211eee63
No known key found for this signature in database
3 changed files with 1 additions and 4 deletions

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:

View File

@ -2,7 +2,6 @@ name: C/C++ CI self-hosted
on:
push:
branches: [ master, ci, V_9_0 ]
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
jobs:

View File

@ -2,7 +2,7 @@ name: Upstream self-hosted
on:
push:
branches: [ master, ci ]
branches: [ master ]
paths: [ '**.c', '**.h', '.github/**' ]
jobs: