Skip to content

Commit

Permalink
add issue trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ninehills committed Jun 28, 2023
1 parent 2d3d713 commit 5e131d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: workflow_dispatch
on:
workflow_dispatch:
issues:
types: [opened, edited, deleted, labeled, unlabeled]
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 5e131d3

Please sign in to comment.