We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c911c commit ecdeff0Copy full SHA for ecdeff0
.github/workflows/c-cpp.yml
@@ -2,9 +2,9 @@ name: C/C++ CI
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ master, compatibility* ]
6
pull_request:
7
8
workflow_dispatch:
9
10
jobs:
.github/workflows/testsuite_allprocesses.yml
@@ -16,7 +16,7 @@ on:
16
17
# Trigger the all-processes workflow for pull requests to master
18
19
20
21
# Trigger the all-processes workflow when new changes to the workflow are pushed
22
# (NB: this is now disabled to avoid triggering two jobs when pushing to a branch for which a PR is opened)
0 commit comments