Skip to content

Commit 30dce1a

Browse files
committed
CI: add workflow_dispatch
1 parent e2a4e05 commit 30dce1a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches-ignore:
55
- staging
66
- production
7+
workflow_dispatch:
78
jobs:
89
format-check:
910
runs-on: ubuntu-latest

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- production
66
- staging
7+
workflow_dispatch:
78
jobs:
89
deploy:
910
runs-on: ubuntu-latest

.github/workflows/guide.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches-ignore:
55
- staging
6+
workflow_dispatch:
67
jobs:
78
build-book:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)