Skip to content

Commit 88972cb

Browse files
committed
Add cleanup action
1 parent acad01c commit 88972cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ jobs:
1212
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/deploy-jupyterlite.yml@github-action-branches
1313
secrets: inherit
1414

15+
cleanup:
16+
if: github.event_name == 'delete'
17+
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/cleanup-branch-deployment.yml@github-action-branches
18+
secrets: inherit

0 commit comments

Comments
 (0)