Skip to content

Commit b83726c

Browse files
feat: disable push event for release action (#301)
1 parent 6b9c2c7 commit b83726c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release
22
on:
33
workflow_dispatch:
4-
push:
5-
branches:
6-
- main
4+
# push:
5+
# branches:
6+
# - main
77

88
permissions:
99
contents: read # for checkout

0 commit comments

Comments
 (0)