diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index affcfcb..1b342a9 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -1,10 +1,9 @@ name: TestActions on: + tag: + - '*' push: - tag: - - '*' - - '**' branches: - '*' - '!main'