We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa56cef commit c909f45Copy full SHA for c909f45
.github/workflows/build-branch.yml
@@ -24,7 +24,7 @@ jobs:
24
run: bundle exec rake
25
# release the tag to rubygems
26
release:
27
- if: github.ref == 'refs/head/main'
+ if: github.ref == 'refs/heads/main'
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v1
0 commit comments