Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 5, 2024
1 parent dd01b9a commit 9260c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
semgrep --config "p/r2c" .
build-release:
#if: startsWith(github.head_ref, 'test-release')
if: github.ref == 'refs/heads/main'
if: startsWith(github.head_ref, 'test-release')
#if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [lint, semgrep-scan]
steps:
Expand Down

0 comments on commit 9260c31

Please sign in to comment.