Skip to content

Fix typo in workflow name (#278) #21

Fix typo in workflow name (#278)

Fix typo in workflow name (#278) #21

Workflow file for this run

name: push
on:
push:
branches: ["main", "release-*"]
jobs:
builds:
uses: ./.github/workflows/_build.yaml
integrations:
needs: builds
uses: ./.github/workflows/_integration-tests.yaml
with:
directory-version: prod
image-version: ${{ github.sha }}
upgrades:
needs: builds
uses: ./.github/workflows/_upgrade-test.yaml