We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1758b commit 5ca0a28Copy full SHA for 5ca0a28
1 file changed
.github/workflows/ci.yml
@@ -4,7 +4,9 @@ on:
4
push:
5
branches:
6
- master
7
- - main
+ repository_dispatch:
8
+ types:
9
+ - update_documentation
10
11
jobs:
12
build-deploy:
0 commit comments