Skip to content

Commit 9034ad6

Browse files
authored
ci: disable auto release to release breaking changes in one release
Comment out push trigger for master branch
1 parent 115374f commit 9034ad6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ master ]
5+
# push:
6+
# branches: [ master ]
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)