Skip to content

Merge pull request #228 from bcgov/chore/update-to-3.2.2 #149

Merge pull request #228 from bcgov/chore/update-to-3.2.2

Merge pull request #228 from bcgov/chore/update-to-3.2.2 #149

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