We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workflow_dispatch
1 parent e2a4e05 commit 30dce1aCopy full SHA for 30dce1a
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4
branches-ignore:
5
- staging
6
- production
7
+ workflow_dispatch:
8
jobs:
9
format-check:
10
runs-on: ubuntu-latest
.github/workflows/deploy.yml
branches:
deploy:
.github/workflows/guide.yml
@@ -3,6 +3,7 @@ on:
3
pull_request:
build-book:
0 commit comments