We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae0870 commit 3adb190Copy full SHA for 3adb190
.github/workflows/python.yml
@@ -1,6 +1,8 @@
1
name: Code Quality & Auto-Format Checks
2
3
on:
4
+ pull_request:
5
+ types: [opened, synchronize, reopened]
6
push:
7
branches: [ main, master ]
8
pull_request:
0 commit comments