Skip to content
Snippets Groups Projects
Commit 26c8d1d1 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

feat: use rules instead of only syntax in ci

parent 3cd02e46
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ before_script:
pages:
stage: deploy
only:
- develop
- master
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "develop"
script:
- bash .ci/deploy.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment