Skip to content

Commit ecdeff0

Browse files
committed
[debug] Update tests
1 parent a1c911c commit ecdeff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/c-cpp.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, compatibility* ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, compatibility* ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/testsuite_allprocesses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
# Trigger the all-processes workflow for pull requests to master
1818
pull_request:
19-
branches: [ master ]
19+
branches: [ master, compatibility* ]
2020

2121
# Trigger the all-processes workflow when new changes to the workflow are pushed
2222
# (NB: this is now disabled to avoid triggering two jobs when pushing to a branch for which a PR is opened)

0 commit comments

Comments
 (0)