We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 435ee97 + d7f8c18 commit c5133c8Copy full SHA for c5133c8
.github/workflows/cicd.yml
@@ -37,7 +37,7 @@ jobs:
37
release:
38
runs-on: ubuntu-latest
39
needs: tests
40
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: (github.event_name == 'push' || github.event_name =='release' )&& github.ref == 'refs/heads/master'
41
42
steps:
43
- uses: actions/checkout@v1
0 commit comments