Skip to content

Commit ea43def

Browse files
committed
Run actions on main branch
1 parent d1297f6 commit ea43def

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/pythonpackage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:
@@ -56,4 +56,4 @@ jobs:
5656
run: |
5757
set -x
5858
pip install -r doc/requirements.txt
59-
make -C doc html
59+
make -C doc html

0 commit comments

Comments
 (0)