Skip to content

Commit 21f3196

Browse files
committed
fix: improve on-push filters
1 parent 349bf6a commit 21f3196

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/100-build-rcl.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: bluebuild
22
on:
33
push:
4-
paths-ignore: # don't rebuild if only documentation has changed
5-
- "**.md"
4+
paths:
5+
- "100-rcl/**"
6+
- ".github/workflows/100-build-rcl.yml"
7+
branches:
8+
- main
69

710
pull_request:
811
workflow_dispatch: # allow manually triggering builds

0 commit comments

Comments
 (0)