ci: run on all branches

This commit is contained in:
torque 2024-11-26 23:02:15 -07:00
parent b0e28ff9cb
commit dd33fa168c
Signed by: torque
SSH Key Fingerprint: SHA256:nCrXefBNo6EbjNSQhv0nXmEg/VuNq3sMF5b8zETw3Tk

View File

@ -2,8 +2,6 @@ name: CI
on: on:
push: push:
branches:
- master
pull_request: pull_request:
branches: branches:
- master - master
@ -35,7 +33,7 @@ jobs:
- if: ${{ matrix.check-format }} - if: ${{ matrix.check-format }}
name: Check Formatting name: Check Formatting
run: zig fmt --ast-check --check . run: zig fmt --check .
- name: Build - name: Build
run: zig build ${{ matrix.build-options }} --summary all run: zig build ${{ matrix.build-options }} --summary all