Skip to content

Commit

Permalink
Support workflow dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Nov 12, 2024
1 parent 28fcff1 commit fa638b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

permissions:
id-token: write
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18 # Use the node version matching your project
cache: 'npm'
cache: "npm"

- name: Install dependencies
run: |
Expand Down

0 comments on commit fa638b5

Please sign in to comment.