diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e58981c..1275427 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,11 +6,11 @@ name: Sensuflow CI # events but only for the master branch on: push: + tags: + - '*' # Push on any tag branches: [ main ] pull_request: branches: [ main ] - tags: - - '*' # Push on any tag # A workflow run is made up of one or more jobs that can run sequentially or in parallel