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 91d10f1 commit 87c79d3Copy full SHA for 87c79d3
1 file changed
.github/workflows/release.yml
@@ -6,7 +6,8 @@ name: Release
6
on:
7
workflow_dispatch:
8
push:
9
- branches: [ '1*' ]
+ branches:
10
+ - '1.*.*'
11
12
permissions:
13
contents: read
0 commit comments