We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7dfad commit 8925710Copy full SHA for 8925710
1 file changed
.github/workflows/docs.yml
@@ -1,9 +1,10 @@
1
name: docs
2
on:
3
push:
4
- branches:
5
- - master
6
- - main
+ branches: [ "main" ]
+ pull_request:
7
+ workflow_dispatch:
8
permissions:
9
contents: write
10
jobs:
0 commit comments