Skip to content

Commit

Permalink
delete env on PR close instead of branch deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
sree-cfa committed Sep 18, 2023
1 parent c71deee commit 9d18e47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/remove-test-environment.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Delete Environment

on:
delete:
branches-ignore:
- main
pull_request:
types: [ closed ]

jobs:
delete:
Expand Down

0 comments on commit 9d18e47

Please sign in to comment.