azaz
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user