playwright/.github/workflows
Andrey Lushnikov 0b7f789de4
devops: try using another Github Actions event to trigger releases (#1931)
The [official
documentation](https://help.github.com/en/actions/language-and-framework-guides/publishing-nodejs-packages#publishing-packages-to-the-npm-registry)
suggests using `created` event, but it didn't work for us.

As someone mentioned on [github
community](https://github.community/t5/GitHub-Actions/Workflow-set-for-on-release-not-triggering-not-showing-up/m-p/53236#M8758),
it looks like the `created` event is actually issued when release draft
is first created.

Try using
[`published`](https://help.github.com/en/actions/reference/events-that-trigger-workflows#release-event-release)
event instead.
2020-04-22 22:52:32 -07:00
..
infra.yml devops: run CI against release branches too (#1910) 2020-04-21 19:20:19 -07:00
publish_canary.yml devops: run CI against release branches too (#1910) 2020-04-21 19:20:19 -07:00
publish_release.yml devops: try using another Github Actions event to trigger releases (#1931) 2020-04-22 22:52:32 -07:00
tests.yml devops: run CI against release branches too (#1910) 2020-04-21 19:20:19 -07:00