Skip to content

Commit 47a1f84

Browse files
committed
action
1 parent e2eed7d commit 47a1f84

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Build for macOS ARM64
22

33
on:
44
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
5+
tags:
6+
- 'v*'
107

118
jobs:
129
build-mac-arm:
@@ -31,4 +28,4 @@ jobs:
3128
uses: actions/upload-artifact@v3
3229
with:
3330
name: mailhog-mac-arm64
34-
path: bin/mailhog-mac-arm64
31+
path: bin/mailhog-mac-arm64

0 commit comments

Comments
 (0)