File tree 13 files changed +65
-12
lines changed
13 files changed +65
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : BSDs
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Linux distro build
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Continuous build
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Debian build
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Documentation build
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
2
7
3
8
concurrency :
4
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Embedded build
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Flatpak
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : macOS build
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Nix build
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Template check
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Ubuntu build
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : WASM
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 1
1
name : Windows build
2
- on : [push,pull_request]
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
3
7
4
8
concurrency :
5
9
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments