File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,18 @@ name: Android Build
22
33on :
44 push :
5+ branches :
6+ - master
57 paths-ignore :
68 - ' docs/**'
79 - ' **.md'
810 pull_request :
911 paths-ignore :
1012 - ' **.md'
1113 - ' docs/**'
14+ tags :
15+ - v*
16+
1217
1318concurrency :
1419 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 55 branches :
66 - master
77 pull_request :
8+ tags :
9+ - v*
810
911concurrency :
1012 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change @@ -2,13 +2,17 @@ name: Build
22
33on :
44 push :
5+ branches :
6+ - master
57 paths-ignore :
68 - ' docs/**'
79 - ' **.md'
810 pull_request :
911 paths-ignore :
1012 - ' **.md'
1113 - ' docs/**'
14+ tags :
15+ - v*
1216
1317concurrency :
1418 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change @@ -2,13 +2,17 @@ name: Python
22
33on :
44 push :
5+ branches :
6+ - master
57 paths-ignore :
68 - ' docs/**'
79 - ' **.md'
810 pull_request :
911 paths-ignore :
1012 - ' **.md'
1113 - ' docs/**'
14+ tags :
15+ - v*
1216
1317concurrency :
1418 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change @@ -2,14 +2,17 @@ name: MSYS2 build
22
33on :
44 push :
5+ branches :
6+ - master
57 paths-ignore :
68 - ' docs/**'
79 - ' **.md'
810 pull_request :
911 paths-ignore :
1012 - ' **.md'
1113 - ' docs/**'
12-
14+ tags :
15+ - v*
1316concurrency :
1417 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1518 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments