Skip to content

Commit

Permalink
Merge pull request #18 from actions/major-update-on-published
Browse files Browse the repository at this point in the history
Run major version updates only on newly published releases
  • Loading branch information
JamesMGreene committed Aug 19, 2022
2 parents d3a918b + 287627f commit fb03cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
release:
types: [edited]
types: [released]
workflow_dispatch:
inputs:
TAG_NAME:
Expand Down

0 comments on commit fb03cce

Please sign in to comment.