workflows stuff

This commit is contained in:
2025-09-12 12:12:15 +02:00
parent a0c5d6c087
commit 281f11b881

View File

@@ -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