mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
fix mastercheck workflow
This commit is contained in:
parent
01a5140611
commit
f18fc8e2d9
1 changed files with 6 additions and 2 deletions
8
.github/workflows/mastercheck.yml
vendored
8
.github/workflows/mastercheck.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Works with Zig master
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- zig-master
|
||||
|
@ -8,8 +8,10 @@ on:
|
|||
- zig-master
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
branches:
|
||||
- zig-master
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
strategy:
|
||||
|
@ -18,6 +20,8 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: zig-master
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
|
|
Loading…
Add table
Reference in a new issue