add rule to ignore tagged builds on main branch

This commit is contained in:
Cat Flynn 2021-01-29 18:31:02 +00:00
parent 72e4938633
commit 9bd22ddd87
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ build:
stage: deploy
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == "feature/cd"
- if: $CI_COMMIT_BRANCH ~= "feature/cd"
variables:
ITCH_USER: "cyndrdev"
ITCH_GAME: "revival"