Skip to content

Commit 0df03aa

Browse files
committed
Only run on master branch and pr
1 parent a7f7b8a commit 0df03aa

8 files changed

+16
-0
lines changed

.github/workflow.yml.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
schedule:
57
- cron: '0 0 * * 2'

.github/workflows/aarch64-musl_arm-musleabi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
schedule:
57
- cron: '0 0 * * 2'

.github/workflows/arm-musleabihf_armv5te-musleabi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
schedule:
57
- cron: '0 0 * * 2'

.github/workflows/armv7-musleabi_armv7-musleabihf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
schedule:
57
- cron: '0 0 * * 2'

.github/workflows/i586-musl_i686-musl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
schedule:
57
- cron: '0 0 * * 2'

.github/workflows/mips-musl_mips64-muslabi64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
schedule:
57
- cron: '0 0 * * 2'

.github/workflows/mips64el-muslabi64_mipsel-musl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
schedule:
57
- cron: '0 0 * * 2'

.github/workflows/powerpc64le-musl_x86_64-musl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
schedule:
57
- cron: '0 0 * * 2'

0 commit comments

Comments
 (0)