Skip to content

Commit

Permalink
chore: trigger checks pipeline only on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Nov 25, 2024
1 parent cb7ff64 commit c50cea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-self-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "GitHub Action: Self-Test"
on:
push:
pull_request:

jobs:
setup-iggy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Checks
on:
push:
pull_request:

jobs:
checks:
Expand Down

0 comments on commit c50cea6

Please sign in to comment.