Skip to content

Commit

Permalink
avoid duplicate jobs on prs (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbrown authored Sep 18, 2024
1 parent d60c830 commit 5baf7f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Commit
on: [pull_request, push]
on:
pull_request: {}
push:
branches:
- main
jobs:
Checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5baf7f3

Please sign in to comment.