Skip to content

Set front versions to 2.0.0-alpha.0 #3176

Set front versions to 2.0.0-alpha.0

Set front versions to 2.0.0-alpha.0 #3176

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '[1-9].[0-9]+.x'
- 'feature-[a-z]+'
pull_request:
branches:
- master
- '[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: 2.0.x
last_published_version: 2.0.x-dev
use_default_github_ref: true
secrets: inherit