Skip to content

Commit

Permalink
modify : CI, CD 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan20535 committed Jun 25, 2024
1 parent 0e1d10b commit 599ccf0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-CD.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CD

on:
pull_request:
branches: [ "develop" ]
push:
branches: [ "**" ]

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-CI.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

on:
pull_request:
branches: [ "develop" ]
push:
branches: [ "**" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/local-CD.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CD

on:
pull_request:
branches: [ "develop" ]
push:
branches: [ "**" ]

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/local-CI.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

on:
pull_request:
branches: [ "develop" ]
push:
branches: [ "**" ]

jobs:
build:
Expand Down

0 comments on commit 599ccf0

Please sign in to comment.