We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6462f commit 31ca5bfCopy full SHA for 31ca5bf
.github/workflows/deploy.yml
@@ -11,3 +11,8 @@ jobs:
11
deploy:
12
uses: DurhamARC-Training/PythonCourse-jupyterlite/.github/workflows/deploy-jupyterlite.yml@github-action-branches
13
secrets: inherit
14
+
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