Skip to content

Commit 0df71af

Browse files
committed
main --> master
1 parent 3acf247 commit 0df71af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sphinx.yml

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

33
on:
4-
# Triggers the workflow on push or pull request events but only for the "main" branch
4+
# Triggers the workflow on push or pull request events but only for the "master" branch
55
push:
6-
branches: ["main"]
6+
branches: ["master"]
77
pull_request:
8-
branches: ["main"]
8+
branches: ["master"]
99
# Or manually from the Actions tab
1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)