We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ad2db commit eae5b79Copy full SHA for eae5b79
.github/workflows/run-pre-commit.yml renamed to .github/workflows/pre-commit.yml
.github/workflows/self-test.yml
@@ -3,10 +3,18 @@ name: Self test action
3
on:
4
push:
5
branches: main
6
- paths-ignore: "docs/**"
+ paths:
7
+ - 'action.yml'
8
+ - 'requirements.txt'
9
+ - 'docs/examples/demo/**'
10
+ - '.github/workflows/self-test.yml'
11
pull_request:
12
13
14
15
16
17
18
19
jobs:
20
test:
0 commit comments