diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index fd472d6..babeea8 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -3,7 +3,8 @@ name: Main Branch CI on: push: branches: master - + tags: + - '*' jobs: test: runs-on: ubuntu-latest