Skip to content

Commit

Permalink
Trigger release workflow if release created or edited
Browse files Browse the repository at this point in the history
Allow more types to trigger release workflow: created, edited

Signed-off-by: Yadong Qi <yadong.qi@intel.com>
  • Loading branch information
YadongQi committed Aug 13, 2021
1 parent 297f1b4 commit e58600b
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
Expand Up @@ -2,7 +2,7 @@ name: VM Manager Release

on:
release:
types: [published]
types: [published, created, edited]

jobs:
build_ubuntu_gcc:
Expand Down

0 comments on commit e58600b

Please sign in to comment.