Skip to content

Commit

Permalink
Fix checks running twice on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 19, 2024
1 parent cf866fb commit d62178b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Check
name: check

on:
push:
branches: [main]
pull_request:

concurrency:
Expand Down

0 comments on commit d62178b

Please sign in to comment.