We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72083f6 commit a221d7fCopy full SHA for a221d7f
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
fail_ci_if_error: true
26
27
release:
28
+ needs: build
29
if: github.ref == 'refs/heads/master'
30
runs-on: ubuntu-latest
31
steps:
0 commit comments