diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index eecab96..906459d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -2,9 +2,8 @@ name: "test" run-name: "test" on: push: - tags: - - "v*" - - "!v*-beta*" + branches: + - master jobs: test: