Skip to content

Commit 7aa2625

Browse files
committed
skip test build on dev and main
1 parent f282aaf commit 7aa2625

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

.github/workflows/test-build-linux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Test build — Linux
22
run-name: ${{ github.actor }} is building for Linux.
33

44
on:
5-
pull_request:
6-
branches: [main]
5+
push:
6+
branches-ignore:
7+
- main
8+
- dev
79

810
jobs:
911
test-on-linux:

.github/workflows/test-build-mac-arm.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Test build — Mac ARM
22
run-name: ${{ github.actor }} is building for MacOS.
33

44
on:
5-
pull_request:
6-
branches: [ main ]
5+
push:
6+
branches-ignore:
7+
- main
8+
- dev
79

810
jobs:
911
test-on-mac:

.github/workflows/test-build-mac-x86.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Test build — Mac Intel
22
run-name: ${{ github.actor }} is building for MacOS.
33

44
on:
5-
pull_request:
6-
branches: [ main ]
5+
push:
6+
branches-ignore:
7+
- main
8+
- dev
79

810
jobs:
911
test-on-mac:

.github/workflows/test-build-win.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Test build — Windows
22
run-name: ${{ github.actor }} is building for Windows.
33

44
on:
5-
pull_request:
6-
branches: [ main ]
5+
push:
6+
branches-ignore:
7+
- main
8+
- dev
79

810
jobs:
911
test-on-windows:

0 commit comments

Comments
 (0)