Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soohyunme authored Nov 12, 2023
1 parent 4ddc803 commit 198af81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CD Pipeline

on:
push:
branches: [ "main" ]
branches: [ "test" ]

jobs:
publish:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout Code
uses: actions/checkout@main
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
context:
git:
url: [email protected]:${{ github.repository }}.git
ref: ${{ github.ref }}
ref: ${{ github.ref }}

0 comments on commit 198af81

Please sign in to comment.