We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432d08f commit 7c29220Copy full SHA for 7c29220
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: coverallsapp/github-action@v2
35
36
release:
37
- if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/develop' || ${{ startsWith(github.ref, 'refs/tags/') }}
38
runs-on: ubuntu-latest
39
needs: test
40
env:
@@ -54,7 +54,7 @@ jobs:
54
run: task gem:build gem:push
55
56
docker:
57
58
59
60
steps:
0 commit comments