File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
- pyscriptjs/**
9
9
- .github/workflows/** # Test that workflows work when changed
10
10
paths-ignore :
11
- - pyscriptjs/examples/**
11
+ - pyscriptjs/examples/**
12
12
13
13
pull_request :
14
14
paths :
15
15
- pyscriptjs/**
16
16
- .github/workflows/**
17
17
paths-ignore :
18
- - pyscriptjs/examples/**
18
+ - pyscriptjs/examples/**
19
19
20
20
jobs :
21
21
build :
Original file line number Diff line number Diff line change 8
8
- pyscriptjs/**
9
9
- .github/workflows/** # Test that workflows work when changed
10
10
paths-ignore :
11
- - pyscriptjs/examples/**
11
+ - pyscriptjs/examples/**
12
12
13
13
pull_request : # Run on any PR that modifies files in pyscriptjs/
14
14
paths :
15
15
- pyscriptjs/**
16
16
- .github/workflows/**
17
17
paths-ignore :
18
- - pyscriptjs/examples/**
18
+ - pyscriptjs/examples/**
19
19
20
20
jobs :
21
21
build :
You can’t perform that action at this time.
0 commit comments