Skip to content

Commit

Permalink
Merge pull request #76 from the-hideout/only-run-on-pr-merge
Browse files Browse the repository at this point in the history
only run on PR merge
  • Loading branch information
GrantBirki authored Jun 20, 2023
2 parents 5117589 + 8f5e432 commit 6bc90d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
jobs:
unlock-on-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true

steps:
- name: unlock on merge
Expand Down

0 comments on commit 6bc90d0

Please sign in to comment.