Skip to content

Commit 57d9c52

Browse files
committed
Removed on create
1 parent f016842 commit 57d9c52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/mac-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: SerialPrograms MacOS Release
22

33
on:
4-
create:
54
push:
65
branches:
76
- 'v*'
@@ -38,7 +37,6 @@ jobs:
3837
# Run when manually triggered, when a new version branch is created, or when a version branch is updated
3938
if: |
4039
github.event_name == 'workflow_dispatch' ||
41-
(github.event_name == 'create' && github.ref_type == 'branch' && startsWith(github.ref, 'refs/heads/v')) ||
4240
(github.event_name == 'push' && startsWith(github.ref, 'refs/heads/v'))
4341
runs-on: ${{ github.event.inputs.runner || 'macos-13'}}
4442
steps:

0 commit comments

Comments
 (0)