ci: run on all branches
This commit is contained in:
parent
b0e28ff9cb
commit
dd33fa168c
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user