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