We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc7d29 commit 55223bcCopy full SHA for 55223bc
.github/workflows/format-py-code.yml
@@ -1,6 +1,8 @@
1
name: Format Python code
2
on:
3
push:
4
+ paths:
5
+ - '**.py'
6
workflow_dispatch:
7
8
jobs:
0 commit comments