Skip to content

Running make zpkg and checking build #908

Running make zpkg and checking build

Running make zpkg and checking build #908

Workflow file for this run

name: Code CI
on:
# Only run on changes to branches with open PRs
pull_request:
types: [opened, edited, synchronize]
# Run after PR merged, on implicit push, and on tag pushes
push:
tags:
- '*'
branches: [master, iris_runners]
jobs:
# Make Boot files
# make_boot:
# uses: ./.github/workflows/_make_boot.yml
# Make zpkg for FPGA apps
make_zpkg:
uses: ./.github/workflows/_make_zpkg.yml