Skip to content

chore: bump to 3.13.2 #66

chore: bump to 3.13.2

chore: bump to 3.13.2 #66

Workflow file for this run

name: Main branch
on:
push:
branches:
- main
jobs:
build-docs:
uses: ./.github/workflows/docs.yml
with:
BRANCH_REF: ${{ github.ref }}
linters:
uses: ./.github/workflows/linters.yml
with:
BRANCH_REF: ${{ github.ref }}
tests-standard:
uses: ./.github/workflows/tests-standard.yml
with:
BRANCH_REF: ${{ github.ref }}
tests-premium:
uses: ./.github/workflows/tests-premium.yml
with:
BRANCH_REF: ${{ github.ref }}
secrets: inherit
tests-ultimate:
uses: ./.github/workflows/tests-ultimate.yml
with:
BRANCH_REF: ${{ github.ref }}
secrets: inherit