We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afeeb60 commit f16757aCopy full SHA for f16757a
.github/workflows/build-test-publish.yml
@@ -63,7 +63,7 @@ jobs:
63
run: docker rm builder
64
65
publish:
66
- if: github.event_name == 'tag' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')) ||
+ if: github.event_name == 'tag' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'))
67
needs:
68
- build-test
69
runs-on: ubuntu-latest
0 commit comments