Skip to content

Commit 6e8f9b2

Browse files
committed
only run on workflow_dispatch events for now
1 parent 9e356c5 commit 6e8f9b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: release
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
paths:
9-
- lib/version.rb
5+
# push:
6+
# branches:
7+
# - main
8+
# paths:
9+
# - lib/version.rb
1010

1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)