Skip to content

Commit

Permalink
Avoid double running of CI on PR (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede authored Jan 24, 2024
1 parent 214e3f0 commit 06687f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Linting
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
pull_request:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Typing
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 06687f6

Please sign in to comment.