We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316a4cb commit 16c5601Copy full SHA for 16c5601
1 file changed
.github/workflows/pr_destroy_dynamic_env.yaml
@@ -1,8 +1,10 @@
1
name: PR Destroy Environment
2
3
on:
4
- pull_request_target:
+ pull_request:
5
types: [closed]
6
+ branches:
7
+ - '*'
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments