Skip to content

Commit

Permalink
Add manual trigger option to the GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
govindkailas authored Aug 8, 2024
1 parent 08182cb commit d4fe3bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Dependabot auto-merge
on: pull_request

on:
pull_request:
workflow_dispatch: # This line allows manual triggering

permissions:
contents: write
Expand Down

0 comments on commit d4fe3bf

Please sign in to comment.