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 854509a commit 3bed433Copy full SHA for 3bed433
.github/workflows/lint.yml
@@ -1,5 +1,9 @@
1
name: Python Lint CI
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
permissions:
8
contents: read
9
.github/workflows/unit.yml
name: Python Unit CI
0 commit comments