Browse Source

Set pull request trigger types

pull/664/head
baarkerlounger 3 years ago
parent
commit
7d26e83cff
  1. 5
      .github/workflows/staging_pipeline.yml

5
.github/workflows/staging_pipeline.yml

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

Loading…
Cancel
Save