Skip to content

ci: Bump python-semantic-release/python-semantic-release from 9.8.7 to 9.9.0 #49

ci: Bump python-semantic-release/python-semantic-release from 9.8.7 to 9.9.0

ci: Bump python-semantic-release/python-semantic-release from 9.8.7 to 9.9.0 #49

Workflow file for this run

name: Automated Push/PR Check
on:
push:
paths-ignore:
- '**.md'
- '**.txt'
- '**.rst'
- 'LICENSE'
- '.*'
- '!.github/**'
branches:
- 'main'
pull_request:
paths-ignore:
- '**.md'
- '**.txt'
- '**.rst'
- 'LICENSE'
- '.*'
- '!.github/**'
jobs:
all_checks:
uses: ./.github/workflows/full_check_inc.yml
with:
gitref: ${{ github.ref }}