We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ce482 commit 5bc4e0eCopy full SHA for 5bc4e0e
.github/workflows/pr_destroy_dynamic_env.yaml
@@ -3,6 +3,8 @@ name: PR Destroy Environment
3
on:
4
pull_request:
5
types: [closed]
6
+ branches:
7
+ - '*'
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments