Skip to content

Commit 376318b

Browse files
committed
CI: Run lints.yml when any workflow changes (for actionlint)
1 parent c3a3be5 commit 376318b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Lints
55
on:
66
push:
77
branches: [ main ]
8-
paths: ['**/*.sh', '**/*.py', '.github/workflows/lints.yml']
8+
paths: ['**/*.sh', '**/*.py', '.github/workflows/*.yml']
99
pull_request:
10-
paths: ['**/*.sh', '**/*.py', '.github/workflows/lints.yml']
10+
paths: ['**/*.sh', '**/*.py', '.github/workflows/*.yml']
1111

1212
jobs:
1313
lint:

0 commit comments

Comments
 (0)