From dd33fa168c0cef4a3efc68c2eca9e9ecb43f04e6 Mon Sep 17 00:00:00 2001 From: torque Date: Tue, 26 Nov 2024 23:02:15 -0700 Subject: [PATCH] ci: run on all branches --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa50999..639a582 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,8 +2,6 @@ name: CI on: push: - branches: - - master pull_request: branches: - master @@ -35,7 +33,7 @@ jobs: - if: ${{ matrix.check-format }} name: Check Formatting - run: zig fmt --ast-check --check . + run: zig fmt --check . - name: Build run: zig build ${{ matrix.build-options }} --summary all