Skip to content

refactor(workflows): remove 'zcs' branch from push workflow and corre… #97

refactor(workflows): remove 'zcs' branch from push workflow and corre…

refactor(workflows): remove 'zcs' branch from push workflow and corre… #97

Workflow file for this run

# Integration Test Workflow
# References shared workflow from axci
name: Test
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
workflow_dispatch:
jobs:
test:
uses: arceos-hypervisor/axci/.github/workflows/test.yml@main