Skip to content

Commit 6bb152e

Browse files
authored
add manual trigger to readme workflow
1 parent 6037265 commit 6bb152e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/readme.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Generate README
22
on:
3+
workflow_dispatch:
34
pull_request:
45
paths: 'docs/basic/*'
5-
branches: [master]
6+
branches: [main]
67
push:
78
paths: 'docs/basic/*'
8-
branches: [master]
9+
branches: [main]
910
jobs:
1011
build:
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)