summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ruff.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml
index 77a8bd1e9..29e9ddbf8 100644
--- a/.github/workflows/ruff.yml
+++ b/.github/workflows/ruff.yml
@@ -1,6 +1,7 @@
-# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python code lint and formatting with ruff
+
on: [push, pull_request]
+
jobs:
ruff:
runs-on: ubuntu-latest