File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11name : Format Check
22
33on :
4+ workflow_dispatch : # Manually trigger
45 push :
5- branches : [" master", "reuse_ci"]
6+ branches : master
67 paths :
78 - ' .github/workflows/format_check.yml'
89 - ' **.jl'
910 pull_request :
10- branches : [" master"]
11+ branches : master
1112 paths :
1213 - ' .github/workflows/format_check.yml'
1314 - ' **.jl'
Original file line number Diff line number Diff line change 11name : Make Docs
22on :
3+ workflow_dispatch : # Manually trigger
34 push :
4- branches : [" master", "reuse_ci"]
5+ branches : master
56 paths :
67 - ' .github/workflows/make_docs.yml'
78 - ' src/**'
89 - ' docs/**'
910 tags : ' *'
1011 pull_request :
11- branches : [" master"]
12+ branches : master
1213 paths :
1314 - ' .github/workflows/make_docs.yml'
1415 - ' src/**'
1516 - ' docs/**'
16- workflow_dispatch :
1717
1818jobs :
1919 make_docs :
You can’t perform that action at this time.
0 commit comments