Skip to content

Commit 2a3392d

Browse files
committed
Trigger CI workflow for release_candidates branch
1 parent 4bb06c8 commit 2a3392d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: C/C++ CI
22

33
on:
44
push:
5-
branches: [ master, pre-stage, '*RC*', dev_major, dev_minor ]
5+
branches: [ master, pre-stage, release_candidates, dev_major, dev_minor ]
66
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ master, release_candidates ]
99
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
1010

1111
jobs:

0 commit comments

Comments
 (0)