Skip to content

Fix last published version #3545

Fix last published version

Fix last published version #3545

Workflow file for this run

name: CI
on:
push:
branches:
- main
- '[1-9].[0-9]+.x'
- 'feature-[a-z]+'
pull_request:
branches:
- main
- '[1-9].[0-9]+.x'
- 'feature-[a-z]+'
types: [review_requested, ready_for_review, synchronize]
workflow_dispatch: ~
jobs:
tests:
if: github.event.pull_request.draft == false
name: Tests
uses: ./.github/workflows/tests.yml
with:
version: main
last_published_version: 2.2.0
use_default_github_ref: true
secrets: inherit