Skip to content

Update django gcp

Update django gcp #60

Workflow file for this run

name: semantic
on:
pull_request:
branches:
- main
jobs:
check-semantic-version:
if: "!contains(github.event.head_commit.message, 'skipci')"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check version
uses: octue/[email protected]
with:
path: pyproject.toml
breaking_change_indicated_by: minor