This commit is contained in:
2023-11-19 01:55:12 +01:00
parent 5c6bc51207
commit bad2b14823

View File

@@ -4,14 +4,20 @@ name: ci
#https://www.devsync.se/ci/cd/docker/2023/10/27/gitea-runner-build-docker-containers.html #https://www.devsync.se/ci/cd/docker/2023/10/27/gitea-runner-build-docker-containers.html
# on:
# push:
# # Sequence of patterns matched against refs/heads
# branches:
# - 'main'
# # Sequence of patterns matched against refs/tags
# tags:
# - '*'
on: on:
push: label:
# Sequence of patterns matched against refs/heads types:
branches: - created
- 'main'
# Sequence of patterns matched against refs/tags
tags:
- '*'
# push: # push:
# branches: # branches:
# - 'main' # - 'main'