diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ba4ac4..d0b0a37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,7 +251,7 @@ jobs: tag: name: Create Tag needs: [build, set-tag] - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: github.event_name == 'push' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4