diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cf8ab768..efa6b791 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-latest needs: unittests environment: production - # if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' steps: - uses: actions/checkout@v4 with: