Skip to content

Commit

Permalink
Trigger CI workflow for release_candidates branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rapier1 committed Feb 2, 2024
1 parent 4bb06c8 commit 2a3392d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: C/C++ CI

on:
push:
branches: [ master, pre-stage, '*RC*', dev_major, dev_minor ]
branches: [ master, pre-stage, release_candidates, dev_major, dev_minor ]
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
pull_request:
branches: [ master ]
branches: [ master, release_candidates ]
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]

jobs:
Expand Down

0 comments on commit 2a3392d

Please sign in to comment.