Skip to content

Commit 3199432

Browse files
committedAug 11, 2020
🚑 Fix CI/CD for release
1 parent e4daee9 commit 3199432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-18.04
3232
name: Create a release
3333
needs: [lint, test]
34-
if: github.event_name == 'push' && github.ref == 'master' || contains(github.ref, 'cicd/')
34+
if: github.event_name == 'push' && contains(github.ref, 'master') || contains(github.ref, 'cicd/')
3535
steps:
3636
- name: Create a release for Zéphyr
3737
id: create_release

0 commit comments

Comments
 (0)
Please sign in to comment.