Skip to content

Commit 90ce04b

Browse files
committed
gh-actions: Build only if diff changed
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 1c74685 commit 90ce04b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22
on:
33
push:
4+
paths:
5+
- '.github/workflows/build.yml'
6+
- 'diff/**'
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)