diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-04-01 18:44:45 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-04-01 18:44:45 +0800 |
| commit | ea43defd777a9c0751fc44a9c6a622fc2dbd18a0 (patch) | |
| tree | 335e909527ab9d4bba18542a1ae277cb6ab28fcb | |
| parent | d1297f65226e3bfdb31e224c514c362b304c904c (diff) | |
| download | gitpython-master.tar.gz | |
Run actions on main branchmaster
| -rw-r--r-- | .github/workflows/pythonpackage.yml | 6 |
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 |
