Skip to content

Commit

Permalink
chore: add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed May 17, 2024
1 parent 5ac9fd3 commit 95934ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "deploy staging 🏗️"
on:
push:
branches: [staging]

workflow_dispatch:
env:
NUXT_SITE_ENV: staging # used for NuxtSEO to disable things like indexing on staging

Expand Down

0 comments on commit 95934ff

Please sign in to comment.