Skip to content

Commit

Permalink
chore: disable dashboard deploy action from main
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Feb 20, 2024
1 parent ed51adf commit 4b1bdee
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/web-release-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'apps/picsa-apps/dashboard/**'

# (avoid automated push as will often need manual migration apply)

# push:
# branches:
# - main
# paths:
# - 'apps/picsa-apps/dashboard/**'

jobs:
web_release_dashboard:
Expand Down

0 comments on commit 4b1bdee

Please sign in to comment.