Skip to content

Commit

Permalink
Only run CI on PRs and pushes to main (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones authored Dec 31, 2022
1 parent 7c614e2 commit 13c69fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: "*"
branches: main
pull_request:
branches: main
schedule:
Expand Down

0 comments on commit 13c69fe

Please sign in to comment.