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: branches:
- main - main
pull_request: pull_request:
- opened
- ready_for_review
workflow_dispatch: workflow_dispatch:
defaults: defaults:

Loading…
Cancel
Save