Skip to content

Commit

Permalink
Run CI only on push to main and PR to main
Browse files Browse the repository at this point in the history
  • Loading branch information
thetheodor committed Aug 31, 2023
1 parent 1804486 commit 234bd98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint-python.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: [ push ]
on:
push:
branches:
- main
pull_request:
branches:
- main
name: Lint Python and Format
jobs:
mypy:
Expand Down

0 comments on commit 234bd98

Please sign in to comment.