Skip to content

Commit

Permalink
build: fix github action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Apr 24, 2024
1 parent 8a44c24 commit 93267fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-merged-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Dev version cleaner
name: Package dev version cleaner

on:
pull_request_target:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
clean-npm-dev-version:
if: ${{ github.event.pull_request.merged == 'true' }}
if: ${{ github.event.pull_request.merged }}
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down

0 comments on commit 93267fc

Please sign in to comment.