Skip to content

Commit

Permalink
fix(action): add main branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Aug 5, 2024
1 parent 755eb69 commit 5913790
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test_evolve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
evolve:
# Run on main branch only
runs-on: ubuntu-latest
# TODO: re-enable after testing workflow
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
needs: integration
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5913790

Please sign in to comment.