Skip to content

Commit 1abbc36

Browse files
committed
fix pathing
1 parent d6145dc commit 1abbc36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build_dev_container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
- "Cross.toml"
1717
- "Dockerfile"
1818
- "compose.yml"
19+
# workflow itself
20+
- ".github/workflows/build_dev_container.yml"
1921

2022
jobs:
2123
build-and-push:

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
- "workflows/Cargo.toml"
1616
# root-level Cargo
1717
- "Cargo.lock"
18+
# workflow itself
19+
- ".github/workflows/tests.yml"
1820
workflow_dispatch:
1921

2022
jobs:

0 commit comments

Comments
 (0)