Skip to content

Commit

Permalink
feat(CD): disable workflow (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
soohyunme authored Jul 21, 2024
1 parent c0d85bd commit e003127
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 development server
on:
push:
branches:
- dev
# - dev
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 development server
on:
push:
branches:
- main
# - main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e003127

Please sign in to comment.