Skip to content

Commit

Permalink
Github Action 수동으로 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
cometj03 committed Feb 26, 2024
1 parent 3ea1131 commit 310fa01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Deploy

on:
push:
branches: [ master, develop ]
# Github에서 수동으로 실행해야 합니다.
on: workflow_dispatch

jobs:
deploy-docs:
Expand Down

0 comments on commit 310fa01

Please sign in to comment.