From bad2b1482370f7d620c75661277cdec9aa078816 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 19 Nov 2023 01:55:12 +0100 Subject: [PATCH] azaz --- .gitea/workflows/build_ci.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build_ci.yml b/.gitea/workflows/build_ci.yml index 420d443..6bde4c0 100644 --- a/.gitea/workflows/build_ci.yml +++ b/.gitea/workflows/build_ci.yml @@ -4,14 +4,20 @@ name: ci #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: - push: - # Sequence of patterns matched against refs/heads - branches: - - 'main' - # Sequence of patterns matched against refs/tags - tags: - - '*' + label: + types: + - created + # push: # branches: # - 'main'