We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0133a commit 74abf23Copy full SHA for 74abf23
.github/workflows/doc-build.yml
@@ -1,6 +1,9 @@
1
name: Doc Build
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
9
jobs:
0 commit comments