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 c3a3be5 commit 376318bCopy full SHA for 376318b
.github/workflows/lints.yml
@@ -5,9 +5,9 @@ name: Lints
5
on:
6
push:
7
branches: [ main ]
8
- paths: ['**/*.sh', '**/*.py', '.github/workflows/lints.yml']
+ paths: ['**/*.sh', '**/*.py', '.github/workflows/*.yml']
9
pull_request:
10
11
12
jobs:
13
lint:
0 commit comments