Skip to content

Implement generate-ecs-mapping GHA workflow to auto-generate PRs with… #54

Implement generate-ecs-mapping GHA workflow to auto-generate PRs with…

Implement generate-ecs-mapping GHA workflow to auto-generate PRs with… #54

Workflow file for this run

name: CI
# This workflow runs when any of the following occur:
# - On push to branches named after ci/*
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- "migrate-*"
- "ci/*"
jobs:
call-build-workflow:
uses: ./.github/workflows/build.yml
secrets: inherit