Skip to content

Commit

Permalink
CI: add manually CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZhenWang committed Feb 23, 2022
1 parent 19c7e21 commit 3def669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- staging
paths:
- 'docs/**'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths:
- 'docs/**'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- staging
paths:
- 'docs/**'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 3def669

Please sign in to comment.