Skip to content

Commit 62a0c33

Browse files
authored
fixes (#60)
1 parent 05bb8f1 commit 62a0c33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: Build Release
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- 'releases/**'
5+
create:
86

97
jobs:
108
build:
119
runs-on: macos-latest
10+
if: ${{ (github.event.ref_type == 'branch') && startsWith(github.ref, 'refs/heads/release/') }}
1211
steps:
1312
- name: Checkout
1413
uses: actions/checkout@v4

0 commit comments

Comments
 (0)