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 833bb91 commit 57e8353Copy full SHA for 57e8353
.github/workflows/python.yml
@@ -2,7 +2,7 @@ name: Python Checks
2
3
on:
4
pull_request:
5
- types: [opened, synchronize, reopened] # PR 有代码变化时运行
+ types: [opened, synchronize, reopened]
6
push:
7
branches:
8
- main
0 commit comments