diff --git a/.gitea/workflows/build-oci.yaml b/.gitea/workflows/build-oci.yaml index b3d9bf8..f88b68d 100644 --- a/.gitea/workflows/build-oci.yaml +++ b/.gitea/workflows/build-oci.yaml @@ -1,8 +1,9 @@ name: Build and push OCI image on: - workflow_dispatch: push: + branches: + - "tests-results" tags: - "**" diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index ee4e4e3..ba4c58c 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -1,7 +1,6 @@ name: Go-Tests on: - workflow_dispatch: pull_request: types: - opened