8 lines
169 B
YAML
8 lines
169 B
YAML
|
# Read more on when to use this template at
|
||
|
# https://docs.gitlab.com/ee/ci/yaml/#workflowrules
|
||
|
|
||
|
workflow:
|
||
|
rules:
|
||
|
- if: $CI_COMMIT_TAG
|
||
|
- if: $CI_COMMIT_BRANCH
|