Skip to content

Commit f375432

Browse files
authored
Only run CI if meson build files changed
1 parent 1eb765d commit f375432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ on:
44
push:
55
tags:
66
- '*'
7-
# TODO: Remove this before merging
87
pull_request:
8+
paths:
9+
- '**.build'
10+
- 'subprojects/**'
911
workflow_dispatch:
1012
# Allow to run manually
1113

0 commit comments

Comments
 (0)