Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
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)