Skip to content

Commit 2db076d

Browse files
authored
Prevent example from failing on unmerged PRs
This should prevent users from experiencing sorenlouv#127 when simply following the README example.
1 parent ad888e9 commit 2db076d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
backport:
1616
name: Backport PR
17+
if: github.event.pull_request.merged == true
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Backport Action

0 commit comments

Comments
 (0)