Skip to content

Commit

Permalink
check my changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFrontegg committed Nov 5, 2024
1 parent ed5246c commit fe19d7d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Publish Pre-Release to NPM
# on:
# # When standard Pull Request is merged
# pull_request:
# branches:
# - master
# types: [ closed ]

on:
# When standard Pull Request is merged
pull_request:
branches:
- master
types: [ closed ]
types: [ opened, edited, synchronize, reopened, labeled, unlabeled ]

jobs:
createReleasePullRequest:
if: "!contains(join(github.event.pull_request.labels.*.name, ','), 'Release') && github.event.pull_request.merged == true"
Expand Down

0 comments on commit fe19d7d

Please sign in to comment.