Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed Aug 14, 2024
1 parent 8809a42 commit 8197b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: backend deploy

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

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: backend test for PR to main

on:
push:
branches: [ "main" ]
branches: [ "cicd-test" ]
pull_request:
branches: [ "main" ]
branches: [ "cicd-test" ]

jobs:
build:
Expand Down

0 comments on commit 8197b54

Please sign in to comment.