summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 13c57507..d554bb52 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -2,15 +2,7 @@
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: Lint
-on:
- push:
- branches:
- - master
- - 2.0
- pull_request:
- branches:
- - master
- - 2.0
+on: [push, pull_request]
env:
PYTHON_LATEST: 3.9