Skip to content

Commit

Permalink
ci: run on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
torque committed Nov 27, 2024
1 parent b0e28ff commit dd33fa1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down Expand Up @@ -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

0 comments on commit dd33fa1

Please sign in to comment.