summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-04-17 13:37:42 +0800
committerGitHub <noreply@github.com>2021-04-17 13:37:42 +0800
commit9e7314c57ef56aaf5fd27a311bfa6a01d18366a2 (patch)
tree1f0ec13b62f32c8ec9877c29f50782b29c0735e8 /.github
parent651a81ded00eb993977bcdc6d65f157c751edb02 (diff)
downloadgitpython-9e7314c57ef56aaf5fd27a311bfa6a01d18366a2.tar.gz
Restore CI operation
Renaming is easier, but GitHub seems to miss CI which is quite a foot/head gun
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml6
1 files changed, 3 insertions, 3 deletions
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