Skip to content

Commit

Permalink
chore: disable preview builds temporarely
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbolik committed Jul 6, 2023
1 parent 021d958 commit f496477
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

on:
push:
branches-ignore:
- main
paths-ignore:
- '*.yml'
- '*.yaml'
- './demo/*'
on: workflow_dispatch
# push:
# branches-ignore:
# - main
# paths-ignore:
# - '*.yml'
# - '*.yaml'
# - './demo/*'

# Cancel previous running jobs (save build minutes)
concurrency:
Expand Down

0 comments on commit f496477

Please sign in to comment.