Skip to content

WIP: Temporarily use branch name in dockerfile #59

WIP: Temporarily use branch name in dockerfile

WIP: Temporarily use branch name in dockerfile #59

Workflow file for this run

name: semantic
on:
push:
branches-ignore:
- main
jobs:
check-semantic-version:
if: "!contains(github.event.head_commit.message, 'skipci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# Set fetch-depth to 0 to fetch all tags (necessary for `git-mkver` to determine the correct semantic version).
fetch-depth: 0
- uses: octue/check-semantic-version@1.0.0.beta-9
with:
path: pyproject.toml
breaking_change_indicated_by: minor