diff --git a/.github/workflows/swagger.yml b/.github/workflows/swagger.yml index 2a905b6..9061297 100644 --- a/.github/workflows/swagger.yml +++ b/.github/workflows/swagger.yml @@ -2,11 +2,7 @@ name: Swagger on: push: - branches: - - main - pull_request: - # The branches below must be a subset of the branches above - branches: [ "main" ] + tags: [ 'v*.*.*' ] jobs: deploy: