Skip to content

chore: update wc-upgrade-pack.yml by release-please (#162) #58

chore: update wc-upgrade-pack.yml by release-please (#162)

chore: update wc-upgrade-pack.yml by release-please (#162) #58

---
name: Continuous Integration
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
permissions: {}
jobs:
build:
name: Build
strategy:
matrix:
target: ["host", "stm32f407", "windows"]
configuration: ["RelWithDebInfo"]
uses: ./.github/workflows/wc-continuous-integration.yml
with:
target: ${{ matrix.target }}
configuration: ${{ matrix.configuration }}
upgrade-pack:
name: Build Upgrade Pack
needs: Build
uses: ./.github/workflows/wc-upgrade-pack.yml