Skip to content

Commit 8e90b41

Browse files
authored
Disable release workflow
1 parent 2fcc85a commit 8e90b41

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: release
22

3-
on:
4-
workflow_run:
5-
workflows:
6-
- build
7-
branches: [main]
8-
types:
9-
- completed
3+
# on:
4+
# workflow_run:
5+
# workflows:
6+
# - build
7+
# branches: [main]
8+
# types:
9+
# - completed
1010

1111
jobs:
1212
tag-release:

0 commit comments

Comments
 (0)