Skip to content

Commit 6e8ca26

Browse files
committed
CI: Don't run build-mac/-win on push
1 parent 27dc207 commit 6e8ca26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build macOS
22

33
on:
44
workflow_dispatch:
5-
push:
5+
pull_request:
66

77
concurrency:
88
group: ${{github.ref}}-mac

.github/workflows/build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Windows
22

33
on:
44
workflow_dispatch:
5-
push:
5+
pull_request:
66

77
concurrency:
88
group: ${{github.ref}}-win

0 commit comments

Comments
 (0)