Skip to content

Commit

Permalink
chore: run ci checks only on PRs to main
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong committed Nov 29, 2023
1 parent 6eb7be1 commit eb5c354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
pull_request:
branches:
- '**'
- 'main'
workflow_call:
secrets:
ITERATIVELY_KEY:
Expand Down

0 comments on commit eb5c354

Please sign in to comment.