Skip to content

Commit

Permalink
Make it easy to test demo delete workflow after adding permission (#815)
Browse files Browse the repository at this point in the history
Make it easy to test demo delete workflow after adding id-token permission to that workflow
  • Loading branch information
haakomol authored Sep 24, 2024
1 parent a928c8a commit 13bbd97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/demo-delete.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Demo delete
on: delete
on:
delete:
workflow_dispatch:

jobs:
branch-delete:
Expand Down

0 comments on commit 13bbd97

Please sign in to comment.