Skip to content

Push to refs/heads/24-change-publishing-workflow-to-use-openid-connect-trusted-publisher-management-when-publishing-to-pypi by @ClaasRostock #42

Push to refs/heads/24-change-publishing-workflow-to-use-openid-connect-trusted-publisher-management-when-publishing-to-pypi by @ClaasRostock

Push to refs/heads/24-change-publishing-workflow-to-use-openid-connect-trusted-publisher-management-when-publishing-to-pypi by @ClaasRostock #42

Workflow file for this run

name: Push to custom branches
run-name: Push to ${{ github.ref }} by @${{ github.actor }}
on:
push:
branches-ignore:
- main
- release
concurrency:
group: push-${{ github.ref }}-1
cancel-in-progress: true
jobs:
code_quality:
uses: ./.github/workflows/_code_quality.yml
test:
uses: ./.github/workflows/_test.yml