Skip to content

Commit

Permalink
📝 Only run if the PR is created
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Nov 13, 2023
1 parent 3e4253d commit 9a384b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ The action is called by creating a PR. It is necessary that the repository is en
```yml
name: Enable Dependabot Auto-Merge

on: pull_request
on:
pull_request:
types: [opened]

jobs:
dependabot:
Expand Down

0 comments on commit 9a384b7

Please sign in to comment.