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 c985722 commit 8cfd432Copy full SHA for 8cfd432
.github/workflows/ci.yml
@@ -4,12 +4,12 @@ on:
4
branches:
5
- main
6
- next
7
- - v1.*
+ - v1.x
8
pull_request:
9
10
11
12
13
merge_group:
14
types:
15
- checks_requested
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}
0 commit comments