We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195e29b commit 4ff4895Copy full SHA for 4ff4895
.github/workflows/docs.yml
@@ -3,8 +3,6 @@ name: docs
3
on:
4
push:
5
branches: [ "main" ]
6
- pull_request:
7
- branches: [ "main" ]
8
9
workflow_dispatch:
10
.github/workflows/main_ci.yml
@@ -2,7 +2,7 @@ name: main ci
2
+ branches: [ "*" ]
pull_request:
concurrency:
@@ -26,8 +26,6 @@ jobs:
26
run: zig fmt --check .
27
- name: Run tests
28
run: zig build test
29
- - name: Build docs
30
- run: zig build docs
31
- name: Build debug
32
run: zig build -Doptimize=Debug -p zig-out/debug
33
- name: Build release
0 commit comments