Skip to content

Commit c909f45

Browse files
committed
🐛 rename head -> heads
1 parent aa56cef commit c909f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: bundle exec rake
2525
# release the tag to rubygems
2626
release:
27-
if: github.ref == 'refs/head/main'
27+
if: github.ref == 'refs/heads/main'
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)