From b13587032d64ada538ace35f2dbcacb2ad24684b Mon Sep 17 00:00:00 2001 From: Sabrina Yan <9669990+violetbrina@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:21:17 +1000 Subject: [PATCH] Only run scan on dev and main --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: