We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf2646 commit 9b7bf02Copy full SHA for 9b7bf02
1 file changed
.github/workflows/publish.yml
@@ -2,17 +2,17 @@ name: publish
2
run-name: "${{ format('release {0}', inputs.bump) }}"
3
4
on:
5
- # push:
6
- # branches:
7
- # - integration
8
- # - snapshot-*
9
- # paths-ignore:
10
- # - "**.md"
11
- # - "docs/**"
12
- # - ".github/ISSUE_TEMPLATE/**"
13
- # - "LICENSE"
14
- # - ".editorconfig"
15
- # - ".prettierignore"
+ push:
+ branches:
+ - integration
+ - snapshot-*
+ paths-ignore:
+ - "**.md"
+ - "docs/**"
+ - ".github/ISSUE_TEMPLATE/**"
+ - "LICENSE"
+ - ".editorconfig"
+ - ".prettierignore"
16
workflow_dispatch:
17
inputs:
18
bump:
0 commit comments