Skip to content

Commit b1f0f33

Browse files
committed
Update workflows
1 parent d0e9697 commit b1f0f33

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/bullseye-aarch64-sysroot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "sysroot/**"
77
- .github/workflows/bullseye-aarch64-sysroot.yaml
8+
- "MODULE.bazel"
9+
- ".bazeliskrc"
10+
- ".bazelrc"
811
push:
912
tags:
1013
- "bullseye-sysroot-*"

.github/workflows/bullseye-x86_64-sysroot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "sysroot/**"
77
- .github/workflows/bullseye-x86_64-sysroot.yaml
8+
- "MODULE.bazel"
9+
- ".bazeliskrc"
10+
- ".bazelrc"
811
push:
912
tags:
1013
- "bullseye-sysroot-*"

0 commit comments

Comments
 (0)