Closed dvandyk closed 2 years ago
github.event is an object containing the event payload. We need to inspect github.event_name instead.
github.event
github.event_name
A workflow will only be triggered by publishing a release.
github.event
is an object containing the event payload. We need to inspectgithub.event_name
instead.A workflow will only be triggered by publishing a release.