Create Run workflow.

This commit is contained in:
Christian Deacon
2021-12-06 00:56:03 -06:00
committed by GitHub
parent 7f44988d46
commit 8243d187bb

19
.github/workflows/run.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Run
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: use build workflow
uses: workflows/build@v2
- name: run XDP FW with help menu
run: xdpfw -h