Skip to content

Commit dc139ea

Browse files
authored
Update ios.yml
1 parent ebf7232 commit dc139ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ios.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
on: [push]
2-
name: Alpha Build
1+
on:
2+
release:
3+
types: [created]
4+
name: Handle Release
35
jobs:
46
generate:
57
name: Create release-artifacts
@@ -10,4 +12,3 @@ jobs:
1012
uses: skx/github-action-build@master
1113
with:
1214
builder: .github/build
13-

0 commit comments

Comments
 (0)