Skip to content

Commit

Permalink
Actions CI 발동 조건에서 pull_request 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsj-git committed Feb 1, 2024
1 parent 95a001c commit 998950c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Github Actions Backend Test

run-name: ${{ github.actor }} is building Backend

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Github Actions Frontend Test

run-name: ${{ github.actor }} is building Frontend

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down

0 comments on commit 998950c

Please sign in to comment.