fix
This commit is contained in:
parent
537e4fdd2b
commit
94dd78171f
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -1,5 +1,12 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '**.zig'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '**.zig'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user