Skip to content

Commit

Permalink
fix(ci): make default CI flow trigger on PR, not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphilpott committed Oct 31, 2024
1 parent bf90d4f commit de14224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Standard CI Workflow

on:
push:
pull_request:
branches:
- 'main'

Expand Down

0 comments on commit de14224

Please sign in to comment.