Skip to content

Commit 9e69de9

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 dac8b94 commit 9e69de9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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)