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 edafaf0 commit d2b6fafCopy full SHA for d2b6faf
.github/workflows/ci.yml
@@ -4,10 +4,12 @@ on:
4
branches:
5
- main
6
- next
7
+ - v1.x
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