File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ # If _any_ of the modified files match this filter, it will trigger this
8
+ # workflow
9
+ paths :
10
+ - ' *.jl'
11
+ - ' *.toml'
12
+ - ' ad.py'
7
13
pull_request :
14
+ paths :
15
+ - ' *.jl'
16
+ - ' *.toml'
17
+ - ' ad.py'
8
18
workflow_dispatch :
9
19
10
20
permissions :
Original file line number Diff line number Diff line change 1
1
name : Build website using results from gh-pages
2
2
3
3
on :
4
- # TODO: Figure out how to run this workflow when only the web files are modified
4
+ push :
5
+ branches :
6
+ - main
7
+ # If _all_ the modified files match this filter, it won't trigger this
8
+ # workflow
9
+ paths-ignore :
10
+ - ' *.jl'
11
+ - ' *.toml'
12
+ - ' ad.py'
13
+ pull_request :
14
+ paths :
15
+ - ' *.jl'
16
+ - ' *.toml'
17
+ - ' ad.py'
5
18
workflow_dispatch :
6
19
7
20
permissions :
You can’t perform that action at this time.
0 commit comments