Skip to content

Adding release/** to CI builds #212

Adding release/** to CI builds

Adding release/** to CI builds #212

Workflow file for this run

name: Build Native Images
on:
push:
branches: [ "main", "release/**" ]
pull_request:
branches: [ "main", "release/**" ]
release:
types: [ published ]
jobs:
run:
name: "Package"
uses: "fprime-community/native-images-action/.github/workflows/native-build.yml@main"
with:
build: ./compiler/install
test: ./compiler/test
output-directory: ./compiler/bin
secrets: inherit