Skip to content

Commit

Permalink
meta: make ruff and typechecking workflows also run on push to `m…
Browse files Browse the repository at this point in the history
…ain`
  • Loading branch information
qexat committed Apr 22, 2024
1 parent d062cf4 commit 6478049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/typechecking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 6478049

Please sign in to comment.