Skip to content

Commit

Permalink
feat: automatic branch deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
brynblack committed Jul 3, 2024
1 parent 1eba168 commit 2924c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
concurrency:
group: check-deployment-stop
cancel-in-progress: false
environment: feature
if: startsWith(github.head_ref, 'feature')
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2924c69

Please sign in to comment.