Skip to content

Commit daf4f2f

Browse files
committed
ci: don't run build action for docs or ci changes
Signed-off-by: Ramon Roche <[email protected]>
1 parent 044de8d commit daf4f2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_all_targets.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ on:
1515
- 'beta'
1616
- 'release/**'
1717
paths-ignore:
18-
- 'docs/**' # Do not trigger for any changes under docs
18+
- 'docs/**'
19+
- '.github/**'
1920
pull_request:
2021
branches:
2122
- '*'
2223
paths-ignore:
23-
- 'docs/**' # Do not trigger for any changes under docs
24+
- 'docs/**'
25+
- '.github/**'
2426

2527
jobs:
2628
group_targets:

0 commit comments

Comments
 (0)