CI: Enable CI for zig-0.8.1-compat

This commit is contained in:
Robin Voetter
2021-10-25 13:59:04 +02:00
parent c5bb254766
commit cbf06a8d42

View File

@@ -2,9 +2,9 @@ name: Build
on:
push:
branches: [ zig-0.8.0-compat ]
branches: [ zig-0.8.1-compat ]
pull_request:
branches: [ zig-0.8.0-compat ]
branches: [ zig-0.8.1-compat ]
schedule:
- cron: '0 6 * * *'