File tree 4 files changed +23
-10
lines changed
4 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 6
6
7
7
on :
8
8
push :
9
- branches : [ main ]
10
- tags-ignore : [ '*' ]
9
+ branches :
10
+ - main
11
+ - ' run-ci/**'
12
+ - ' **/run-ci/**'
13
+ tags-ignore :
14
+ - ' *'
11
15
paths :
12
16
- ' .github/**'
13
17
- ' ci/**'
19
23
- ' *.toml'
20
24
- Makefile
21
25
pull_request :
22
- branches : [ main ]
26
+ branches :
27
+ - main
23
28
paths :
24
29
- ' .github/**'
25
30
- ' ci/**'
30
35
- ' gix*/**'
31
36
- ' *.toml'
32
37
- Makefile
38
+ workflow_dispatch :
33
39
34
40
jobs :
35
41
pure-rust-build :
Original file line number Diff line number Diff line change 1
1
name : CIFuzz
2
- on : [pull_request]
2
+ on :
3
+ pull_request :
4
+ branches : [ main ]
5
+ workflow_dispatch :
3
6
jobs :
4
7
Fuzzing :
5
8
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
name : Minimum Supported Rust Version
2
2
3
3
on :
4
- # Trigger the workflow on push to master or any pull request
5
- # Ignore all tags
6
4
push :
7
- branches : [ main ]
8
- tags-ignore : [ '*' ]
5
+ branches :
6
+ - main
7
+ - ' run-ci/**'
8
+ - ' **/run-ci/**'
9
+ tags-ignore :
10
+ - ' *'
9
11
pull_request :
10
- branches : [ main ]
12
+ branches :
13
+ - main
14
+ workflow_dispatch :
11
15
12
16
jobs :
13
17
rustfmt :
Original file line number Diff line number Diff line change 4
4
name : release
5
5
6
6
on :
7
- workflow_dispatch :
8
7
push :
9
8
# Enable when testing release infrastructure on a branch.
10
9
# branches:
11
10
# - fix-releases
12
11
tags :
13
12
- ' v*'
13
+ workflow_dispatch :
14
14
15
15
defaults :
16
16
run :
You can’t perform that action at this time.
0 commit comments