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
|
stage: deploy
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
- if: $CI_COMMIT_BRANCH == "feature/cd"
|
- if: $CI_COMMIT_BRANCH ~= "feature/cd"
|
||||||
variables:
|
variables:
|
||||||
ITCH_USER: "cyndrdev"
|
ITCH_USER: "cyndrdev"
|
||||||
ITCH_GAME: "revival"
|
ITCH_GAME: "revival"
|
||||||
|
|
Loading…
Reference in New Issue