Skip to content

Commit

Permalink
๐Ÿ‘ท cicd: push์— preview deployment ๋น„ํ™œ์„ฑํ™”
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Aug 17, 2024
1 parent d57e318 commit 2320c7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
branches-ignore:
- main

pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]

jobs:
Deploy-Preview:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-build') && !contains(github.event.head_commit.message, '[skip-build]') }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-build') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2320c7b

Please sign in to comment.