Skip to content

Commit 71c6499

Browse files
committed
Disable build on push to master now
1 parent 836b04f commit 71c6499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: false
99
default: false
1010
push:
11-
branches: [ master ]
11+
#branches: [ master ]
1212
tags:
1313
- "*"
1414

0 commit comments

Comments
 (0)