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:
push:
branches:
- master
# on:
# push:
# branches:
# - master
# This CI will run:
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' # ... on merge requests
- if: $CI_COMMIT_TAG # ... on tags
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # ... on default (master/main) branch
# # This CI will run:
# workflow:
# rules:
# - if: $CI_PIPELINE_SOURCE == 'merge_request_event' # ... on merge requests
# - if: $CI_COMMIT_TAG # ... on tags
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # ... on default (master/main) branch
stages:
- build-image