Skip to content

Commit 1f9d8c8

Browse files
committed
Docs CI/CD: launch on main branch
1 parent 7b4a02d commit 1f9d8c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci-cd-mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name: CI/CD for MkDocs
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- main
77
pull_request:
88
types:
99
- opened
1010
- synchronize
1111
branches:
12-
- 'master'
13-
- 'develop'
12+
- main
1413
jobs:
1514
build:
1615
if: ${{ github.actor != 'dependabot[bot]' }}

0 commit comments

Comments
 (0)