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: