Skip to content

Commit

Permalink
Only run scan on dev and main
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Sep 14, 2024
1 parent 0e33a95 commit b135870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b135870

Please sign in to comment.