diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 051436e..e553cfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 * * *'