Skip to content

Commit

Permalink
test: 액션 테스트를 위해 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyu0218 committed Mar 1, 2024
1 parent 26fd50a commit d18f641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Backend Build

on:
pull_request:
types: [opened, edited]
# types: [opened, edited]

env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

jobs:
build:
runs-on: ubuntu-latest
if: github.event.pull_request.base.ref == 'dev'
# if: github.event.pull_request.base.ref == 'dev'

steps:
- name: Checkout code
Expand Down

0 comments on commit d18f641

Please sign in to comment.