Skip to content

Commit 1b5507c

Browse files
committed
Chore: Fix CI to run on pushes to main
1 parent 1befac1 commit 1b5507c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: docs
22

33
on:
4-
pull_request: ~
4+
pull_request:
55
push:
6-
branches:
7-
- master
6+
branches: [ main ]
87

98
# Allow job to be triggered manually.
109
workflow_dispatch:

0 commit comments

Comments
 (0)