We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de471a commit ba22245Copy full SHA for ba22245
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- x86
26
- arm
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
29
30
- name: Get the version
31
id: get_version
.github/workflows/tests.yml
@@ -2,7 +2,7 @@ name: Tests
2
3
on:
4
push:
5
- branches: [ 'main' ]
+ branches: [ 'main', '2.x' ]
6
pull_request:
7
branches: [ '*' ]
8
0 commit comments