File tree Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 66
77on :
88 push :
9- branches : [ main ]
10- tags-ignore : [ '*' ]
9+ branches :
10+ - main
11+ - ' run-ci/**'
12+ - ' **/run-ci/**'
13+ tags-ignore :
14+ - ' *'
1115 paths :
1216 - ' .github/**'
1317 - ' ci/**'
1923 - ' *.toml'
2024 - Makefile
2125 pull_request :
22- branches : [ main ]
26+ branches :
27+ - main
2328 paths :
2429 - ' .github/**'
2530 - ' ci/**'
3035 - ' gix*/**'
3136 - ' *.toml'
3237 - Makefile
38+ workflow_dispatch :
3339
3440jobs :
3541 pure-rust-build :
Original file line number Diff line number Diff line change 11name : CIFuzz
2- on : [pull_request]
2+ on :
3+ pull_request :
4+ branches : [ main ]
5+ workflow_dispatch :
36jobs :
47 Fuzzing :
58 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : Minimum Supported Rust Version
22
33on :
4- # Trigger the workflow on push to master or any pull request
5- # Ignore all tags
64 push :
7- branches : [ main ]
8- tags-ignore : [ '*' ]
5+ branches :
6+ - main
7+ - ' run-ci/**'
8+ - ' **/run-ci/**'
9+ tags-ignore :
10+ - ' *'
911 pull_request :
10- branches : [ main ]
12+ branches :
13+ - main
14+ workflow_dispatch :
1115
1216jobs :
1317 rustfmt :
Original file line number Diff line number Diff line change 44name : release
55
66on :
7- workflow_dispatch :
87 push :
98 # Enable when testing release infrastructure on a branch.
109 # branches:
1110 # - fix-releases
1211 tags :
1312 - ' v*'
13+ workflow_dispatch :
1414
1515defaults :
1616 run :
You can’t perform that action at this time.
0 commit comments