Skip to content

Commit

Permalink
Merge pull request #6 from herberthk/update-workflow
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
herberthk authored Oct 2, 2024
2 parents ad45c38 + cbf8c3a commit 8c9db21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Release
# This will trigger the workflow when a pull request is merged into main.
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand All @@ -15,6 +17,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
# env:
# NPM_TOKEN: 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
# Only run if the build and test workflow succeeds
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
Expand Down

0 comments on commit 8c9db21

Please sign in to comment.