Skip to content

Commit f4872c3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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)