Skip to content

Merge pull request #211 from bcgov/release-chart-2.2.0 #81

Merge pull request #211 from bcgov/release-chart-2.2.0

Merge pull request #211 from bcgov/release-chart-2.2.0 #81

Workflow file for this run

# This is the main workflow which will orchestrate the other workflows:
name: main
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-images:
uses: ./.github/workflows/build-images.yaml