mirror of
https://github.com/rasterio/rasterio.git
synced 2026-01-25 14:10:17 +00:00
CI: Only build wheels under specific scenarios
This commit is contained in:
parent
fdab51d9ce
commit
e8b5edc13d
15
.github/workflows/build-wheels.yaml
vendored
15
.github/workflows/build-wheels.yaml
vendored
@ -8,12 +8,15 @@ on:
|
||||
description: 'Upload wheels to PyPI? (0: no, 1: yes)'
|
||||
required: true
|
||||
default: '0'
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
# push:
|
||||
push:
|
||||
branches: [ main, maint-1.4 ]
|
||||
release:
|
||||
types: [ released, prereleased ]
|
||||
pull_request: # also build on PRs touching this file
|
||||
branches: [ main, maint-1.4 ]
|
||||
paths:
|
||||
- ".github/workflows/build-wheels.yaml"
|
||||
- "ci/config.sh"
|
||||
|
||||
# cancel running jobs on new commit to PR
|
||||
concurrency:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user