Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 42a0ca1

Browse files
committed
Run deploy workflow on release events with published action type
1 parent f813438 commit 42a0ca1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Deploy
22

33
on:
44
release:
5-
types:
6-
- created
5+
types: [published]
76

87
jobs:
98
macos:

0 commit comments

Comments
 (0)