Skip to content

Commit 2dd475d

Browse files
committed
add back push to main logic
1 parent 936e90e commit 2dd475d

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)