Skip to content

Commit 3f84a53

Browse files
committed
Test
1 parent a5f71ea commit 3f84a53

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [ main ]
6+
branches: [ release-3.7.0 ]
77
pull_request:
8-
branches: [ main ]
8+
branches: [ release-3.7.0 ]
99

1010
env:
1111
LLVM_VERSION: 20

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ permissions: {}
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [release-3.7.0]
77
pull_request:
8-
branches: [main]
8+
branches: [release-3.7.0]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)