add rule to ignore tagged builds on main branch
This commit is contained in:
parent
72e4938633
commit
9bd22ddd87
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user