Skip to content

Commit c648d22

Browse files
authored
ci(ubi-rust-builder): Restrict paths that trigger a build (#1154)
ci(ubi-rust-builder): Configure paths to trigger a build
1 parent 30ace83 commit c648d22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ubi-rust-builder.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
push:
88
branches:
99
- main
10+
paths:
11+
- ubi9-rust-builder/**
12+
- ubi10-rust-builder/**
13+
- .github/actions/**
14+
- .github/workflows/ubi-rust-builder.yml
15+
- .github/workflows/reusable_build_image.yaml
1016
schedule:
1117
- cron: '30 4 * * *'
1218
workflow_dispatch:

0 commit comments

Comments
 (0)