workflows stuff
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
name: default pipe
|
# name: default pipe
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
|
|
||||||
# This CI will run:
|
# # This CI will run:
|
||||||
workflow:
|
# workflow:
|
||||||
rules:
|
# rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' # ... on merge requests
|
# - if: $CI_PIPELINE_SOURCE == 'merge_request_event' # ... on merge requests
|
||||||
- if: $CI_COMMIT_TAG # ... on tags
|
# - if: $CI_COMMIT_TAG # ... on tags
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # ... on default (master/main) branch
|
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # ... on default (master/main) branch
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build-image
|
- build-image
|
||||||
|
Reference in New Issue
Block a user