From 167ca2f41f9a606ed1eb026b4e2ca79f59563626 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 10 Jul 2023 15:10:46 +0200 Subject: [PATCH] update triggers --- .gitea/workflows/ci.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 897a0d5..f35a097 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -4,13 +4,10 @@ run-name: docker pipeline on: push: - #branches: none #[ main ] - tags-ignore: - - '*' + branches: [ '*' ] + tags-ignore: [ '*' ] pull_request: - #branches: none # [ main ] - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + branches: [ main ] jobs: test-build: