Skip to content

Commit

Permalink
Avoid running CI twice in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Jun 29, 2024
1 parent 0e1f2bb commit d4c1f14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/automation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Automation
on: [push, pull_request]
on:
pull_request: {}
push:
branches: [main]
jobs:
types:
name: Check types
Expand Down

0 comments on commit d4c1f14

Please sign in to comment.