Browse Source

Trigger workflow when PR changes from Draft to Ready for Review

pull/664/head
baarkerlounger 3 years ago
parent
commit
de14713b0f
  1. 2
      .github/workflows/staging_pipeline.yml

2
.github/workflows/staging_pipeline.yml

@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
- opened
- ready_for_review
workflow_dispatch:
defaults:

Loading…
Cancel
Save