Skip to content

Commit

Permalink
chore: only run push CI jobs on pushes to main
Browse files Browse the repository at this point in the history
Reduce wasted CI work!
  • Loading branch information
david-christiansen committed Sep 4, 2024
1 parent 979a578 commit b9471f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
branches:
- main
pull_request:

name: CI
Expand Down

0 comments on commit b9471f0

Please sign in to comment.