add more arch.
This commit is contained in:
parent
5c85e0f0ec
commit
8559835432
1 changed files with 6 additions and 0 deletions
6
.github/workflows/marshall.yml
vendored
6
.github/workflows/marshall.yml
vendored
|
|
@ -7,6 +7,12 @@ permissions:
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- "marshall/**"
|
||||||
|
- ".github/workflows/marshall.yml"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
latest-stable-version: "focal"
|
latest-stable-version: "focal"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue