Skip to content

Commit

Permalink
ci: add manual workflow option
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolijn committed May 20, 2024
1 parent 1a67ddb commit 1d64512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
continuous-integration:
Expand Down Expand Up @@ -68,6 +69,8 @@ jobs:
pnpm ls --recursive
- name: Run the build script in package.json scripts
env:
NPM_TOKEN: ${{ secrets.GH_ISSUES_TOKEN }}
run: |
pnpm run --if-present build
Expand Down

0 comments on commit 1d64512

Please sign in to comment.