Skip to content

Commit 54a93f9

Browse files
ccmywishMikachu2333
andcommitted
Reduce unnecessary CI build
Co-authored-by: Mikachu2333 <[email protected]>
1 parent 72030cc commit 54a93f9

File tree

7 files changed

+10
-19
lines changed

7 files changed

+10
-19
lines changed

.github/workflows/build-on-Linux-AArch64.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-03-06>
7+
# Last Modified : <2025-06-19>
88
#
99
# Build chsrc on Linux (AArch64) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -13,8 +13,6 @@ name: 构建于 Linux AArch64
1313
on:
1414
push:
1515
branches: [ "gh-build" ]
16-
pull_request:
17-
branches: [ "gh-build" ]
1816

1917
jobs:
2018
build-and-upload:

.github/workflows/build-on-Linux-ARMv7.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-03-06>
7+
# Last Modified : <2025-06-19>
88
#
99
# Build chsrc on Linux (ARMv7) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -13,8 +13,6 @@ name: 构建于 Linux ARMv7
1313
on:
1414
push:
1515
branches: [ "gh-build" ]
16-
pull_request:
17-
branches: [ "gh-build" ]
1816

1917
jobs:
2018
build-and-upload:

.github/workflows/build-on-Linux-riscv64.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-03-06>
7+
# Last Modified : <2025-06-19>
88
#
99
# Build chsrc on Linux (riscv64) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -13,8 +13,6 @@ name: 构建于 Linux riscv64
1313
on:
1414
push:
1515
branches: [ "gh-build" ]
16-
pull_request:
17-
branches: [ "gh-build" ]
1816

1917
jobs:
2018
build-and-upload:

.github/workflows/build-on-Linux-x64.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-06-16>
7+
# Last Modified : <2025-06-19>
88
#
99
# Build chsrc on Linux (x64) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -13,8 +13,6 @@ name: 构建于 Linux x64
1313
on:
1414
push:
1515
branches: [ "gh-build" ]
16-
pull_request:
17-
branches: [ "gh-build" ]
1816

1917
jobs:
2018
build-and-upload:

.github/workflows/build-on-Windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-06-16>
7+
# Last Modified : <2025-06-19>
88
#
99
# Build chsrc on Windows and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -13,8 +13,6 @@ name: 构建于 Windows
1313
on:
1414
push:
1515
branches: [ "gh-build" ]
16-
pull_request:
17-
branches: [ "gh-build" ]
1816

1917
jobs:
2018
build-and-upload:

.github/workflows/build-on-macOS.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-15>
7-
# Last Modified : <2025-06-16>
7+
# Last Modified : <2025-06-19>
88
#
99
# Build chsrc on macOS and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -13,8 +13,6 @@ name: 构建于 macOS
1313
on:
1414
push:
1515
branches: [ "gh-build" ]
16-
pull_request:
17-
branches: [ "gh-build" ]
1816

1917
jobs:
2018
build-and-upload-on-M1:

.github/workflows/pub-AUR-chsrc-git.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2024-08-29>
7-
# Last Modified : <2025-03-18>
7+
# Last Modified : <2025-06-19>
88
#
99
# Publish package 'chsrc-git' to AUR when branch 'main' is updated.
1010
# ---------------------------------------------------------------
@@ -14,6 +14,9 @@ on:
1414
workflow_dispatch:
1515
push:
1616
branches: [ "main" ] # chsrc-git syncs with main
17+
paths:
18+
- "src/**"
19+
- "lib/**"
1720

1821
jobs:
1922
publish:

0 commit comments

Comments
 (0)