Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Put full branch path in branches-ignore (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljhaywar authored May 28, 2021
1 parent 920c0aa commit 49f273f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delete-feature-branch-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: "Delete feature branch artifacts upon branch deletion"
on:
delete:
branches-ignore:
- main
- staging
- my-fake-branch
- 'refs/heads/main'
- 'refs/heads/staging'
- 'refs/heads/my-fake-branch'

jobs:
deleteArtifacts:
Expand Down

0 comments on commit 49f273f

Please sign in to comment.