From 4429151d9ce32ad9bb6758bb22b168fadbb95dbb Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Tue, 6 Jul 2021 10:46:44 +0200 Subject: [PATCH] CI: Also test 0.8.0 branch --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b6e8c2..461292b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ master ] + branches: [ zig-0.8.0-compat ] pull_request: - branches: [ master ] + branches: [ zig-0.8.0-compat ] schedule: - cron: '0 6 * * *' @@ -18,7 +18,7 @@ jobs: - name: Setup Zig uses: goto-bus-stop/setup-zig@v1.3.0 with: - version: master + version: 0.8.0 - name: Test run: |