Skip to content

Commit 9e7314c

Browse files
authored
Restore CI operation
Renaming is easier, but GitHub seems to miss CI which is quite a foot/head gun
1 parent 651a81d commit 9e7314c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)