Skip to content

Commit 8dcafeb

Browse files
committed
build: limit Build GH actions triggering
1 parent 12a9303 commit 8dcafeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build
22

33
on:
44
push:
5+
paths:
6+
- '**.c'
7+
- '**.h'
8+
- 'Makefile'
59

610
jobs:
711

0 commit comments

Comments
 (0)