Skip to content

Commit e602d34

Browse files
committed
Correct branch name in GitHub Actions
1 parent a428dbe commit e602d34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy docs to GitHub Pages
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
workflow_dispatch:
88

99

.github/workflows/test-docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test docs deployment
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
test-docs-deploy:

0 commit comments

Comments
 (0)