Skip to content

Commit

Permalink
Trigger on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Feb 28, 2024
1 parent 18ac52e commit 660e827
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ name: Publish (Develop)
# branches:
# - "develop"

on:
pull_request:
types: [ready_for_review, synchronize, opened]

permissions:
contents: read

Expand Down Expand Up @@ -54,6 +58,8 @@ jobs:
- name: Publish to NPM
run: |
pnpm run release -- --publish-branch=develop --tag=alpha
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Set dist-tag latest
run: |
bash ./scripts/dist-tag-latest.sh
Expand Down

0 comments on commit 660e827

Please sign in to comment.