Skip to content

Commit 936c810

Browse files
committed
fix: add push trigger for tag creation, skip PR creation on push
1 parent de599be commit 936c810

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22

33
on:
4+
push:
5+
branches: [master]
46
workflow_dispatch:
57

68
permissions:
@@ -16,3 +18,4 @@ jobs:
1618
with:
1719
config-file: release-config.json
1820
manifest-file: .release-manifest.json
21+
skip-github-pull-request: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)