Skip to content

Commit 9b7bf02

Browse files
committed
fix(ci): restore push trigger for snapshot releases on integration branch
1 parent bdf2646 commit 9b7bf02

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: publish
22
run-name: "${{ format('release {0}', inputs.bump) }}"
33

44
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"
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"
1616
workflow_dispatch:
1717
inputs:
1818
bump:

0 commit comments

Comments
 (0)