From 9e7314c57ef56aaf5fd27a311bfa6a01d18366a2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 17 Apr 2021 13:37:42 +0800 Subject: Restore CI operation Renaming is easier, but GitHub seems to miss CI which is quite a foot/head gun --- .github/workflows/pythonpackage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/pythonpackage.yml') diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 5e94cd05..eb5c894e 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -5,9 +5,9 @@ name: Python package on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: @@ -56,4 +56,4 @@ jobs: run: | set -x pip install -r doc/requirements.txt - make -C doc html \ No newline at end of file + make -C doc html -- cgit v1.2.1