Skip to content

Commit f4872c3

Browse files
authored
Merge pull request amplify-education#110 from amplify-education/ignore-pre-releases
Change release workflow trigger from published to released to ignore …
2 parents 2646f9a + 32de67b commit f4872c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish
22
on:
33
release:
4-
types: [published]
4+
types: [released]
55

66
jobs:
77
build-publish:

0 commit comments

Comments
 (0)