Skip to content

Commit 3781fcc

Browse files
committed
minor cleanup
1 parent 6da284f commit 3781fcc

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/zigbuild.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Unit tests Zig
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ '*' ]
48

59
jobs:
610
build:

examples/kaleidoscope.zig

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)