Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Fix release pipeline to trigger on published event (#35)
Browse files Browse the repository at this point in the history
As yesterday release attempt failed to trigger the pipeline we
correct the trigger event. Based on configuration known to be working
from other devtools projects like ansible-lint and molecule.
  • Loading branch information
ssbarnea authored Mar 11, 2022
1 parent 8c4d673 commit 67b9e06
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 @@ -3,7 +3,7 @@ name: Release
on:
release:
types:
- created
- published

permissions: {}

Expand Down

0 comments on commit 67b9e06

Please sign in to comment.