Skip to content

1

1 #108

Workflow file for this run

name: Build and upload to PyPi
on:
push:
branches:
- master
- 'branch-**'
pull_request:
branches:
- master
paths-ignore:
- docs/*
- examples/*
- .gitignore
- '*.rst'
- '*.ini'
- LICENSE
- .github/dependabot.yml
- .github/pull_request_template.md
jobs:
build-and-publish:

Check failure on line 22 in .github/workflows/build-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-push.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
if: !contains(github.event.pull_request.labels.*.name, 'disable-test-build')
uses: ./.github/workflows/lib-build-and-push.yml
with:
upload: true
target: ''