Skip to content

bump patch for re-publish #73

bump patch for re-publish

bump patch for re-publish #73

Workflow file for this run

name: CI
on:
push:
tags:
- "v*.*.*"
# branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/_reusable-ci.yml
with:
check_type: 'full'
environment: 'demo'
secrets: inherit