We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4daee9 commit 3199432Copy full SHA for 3199432
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-18.04
32
name: Create a release
33
needs: [lint, test]
34
- if: github.event_name == 'push' && github.ref == 'master' || contains(github.ref, 'cicd/')
+ if: github.event_name == 'push' && contains(github.ref, 'master') || contains(github.ref, 'cicd/')
35
steps:
36
- name: Create a release for Zéphyr
37
id: create_release
0 commit comments