Skip to content

Commit

Permalink
Avoid spawning duplicate CI runs for PRs (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Jul 3, 2024
1 parent d9d69a1 commit 85a275a
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
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
branches:
- "*"
- master
pull_request:

env:
Expand Down

0 comments on commit 85a275a

Please sign in to comment.