We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce93ca7 commit 9314dffCopy full SHA for 9314dff
.github/workflows/flake8.yml
@@ -2,7 +2,10 @@
2
name: "Flake8"
3
4
on: # yamllint disable-line rule:truthy
5
- workflow_call:
+ push:
6
+ branches: [ main ]
7
+ pull_request:
8
9
10
permissions:
11
contents: "read"
0 commit comments