Skip to content

Commit

Permalink
Prevent example from failing on unmerged PRs
Browse files Browse the repository at this point in the history
This should prevent users from experiencing sorenlouv#127 when simply following the README example.
  • Loading branch information
Krzmbrzl authored Jul 6, 2024
1 parent ad888e9 commit 2db076d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
backport:
name: Backport PR
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Backport Action
Expand Down

0 comments on commit 2db076d

Please # to comment.