Skip to content

Commit

Permalink
Update deploy-main.yaml (#31)
Browse files Browse the repository at this point in the history
* Update deploy-main.yaml

* feat(CI): Deactivation pipeline in dev server
  • Loading branch information
soohyunme authored Nov 22, 2024
1 parent 73af6c8 commit fc4dee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy development server

on:
push:
branches:
# - dev
workflow_dispatch:
# push:
# branches:
# - dev
# workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy development server
name: Deploy Productions server

on:
push:
Expand Down

0 comments on commit fc4dee1

Please sign in to comment.