diff --git a/.github/workflows/berteley-CI.yml b/.github/workflows/berteley-CI.yml index d7297aa..f512f81 100644 --- a/.github/workflows/berteley-CI.yml +++ b/.github/workflows/berteley-CI.yml @@ -44,7 +44,7 @@ jobs: verbose: true deploy: - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') needs: test runs-on: ubuntu-latest steps: