Use MR workflow only

This commit is contained in:
Kamil Trzciński 2021-02-02 16:48:38 +01:00
parent 6a019ea6f2
commit ac8dba73d4

View file

@ -1,3 +1,10 @@
# we support merge request workflow only
workflow:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
- if: $CI_MERGE_REQUEST_ID
default:
image: docker:git
services: