Skip to content

Commit 8f96533

Browse files
committed
👷 Update CI for cpp20 branch
Problem: - CI directives refer to the `main` branch. Solution: - Update CI to run on the `cpp20` branch.
1 parent ff66f23 commit 8f96533

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
workflow_dispatch:
66
merge_group:
77
push:
8-
branches: [ main ]
8+
branches: [ cpp20 ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ cpp20 ]
1111

1212
env:
1313
DEBIAN_FRONTEND: noninteractive

.github/workflows/usage_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
workflow_dispatch:
66
merge_group:
77
push:
8-
branches: [ main ]
8+
branches: [ cpp20 ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ cpp20 ]
1111

1212
env:
1313
DEBIAN_FRONTEND: noninteractive

0 commit comments

Comments
 (0)