Skip to content

Running make zpkg

Running make zpkg #893

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