Skip to content

Commit 4ff4895

Browse files
committed
Improve github action usage a little
1 parent 195e29b commit 4ff4895

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: docs
33
on:
44
push:
55
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
86

97
workflow_dispatch:
108

.github/workflows/main_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: main ci
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "*" ]
66
pull_request:
77
branches: [ "main" ]
88
concurrency:
@@ -26,8 +26,6 @@ jobs:
2626
run: zig fmt --check .
2727
- name: Run tests
2828
run: zig build test
29-
- name: Build docs
30-
run: zig build docs
3129
- name: Build debug
3230
run: zig build -Doptimize=Debug -p zig-out/debug
3331
- name: Build release

0 commit comments

Comments
 (0)