Skip to content

Commit

Permalink
feature(CD): disable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soohyunme committed Jul 21, 2024
1 parent bea04a1 commit 1643fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- feature/cd
# - feature/cd
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- main
# - main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1643fb5

Please sign in to comment.