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 a5f71ea commit 3f84a53Copy full SHA for 3f84a53
2 files changed
.github/workflows/linters.yml
@@ -3,9 +3,9 @@ permissions: {}
3
4
on:
5
push:
6
- branches: [ main ]
+ branches: [ release-3.7.0 ]
7
pull_request:
8
9
10
env:
11
LLVM_VERSION: 20
.github/workflows/tests.yml
- branches: [main]
+ branches: [release-3.7.0]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments