We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6145dc commit 1abbc36Copy full SHA for 1abbc36
.github/workflows/build_dev_container.yml
@@ -16,6 +16,8 @@ on:
16
- "Cross.toml"
17
- "Dockerfile"
18
- "compose.yml"
19
+ # workflow itself
20
+ - ".github/workflows/build_dev_container.yml"
21
22
jobs:
23
build-and-push:
.github/workflows/tests.yml
@@ -15,6 +15,8 @@ on:
15
- "workflows/Cargo.toml"
# root-level Cargo
- "Cargo.lock"
+ - ".github/workflows/tests.yml"
workflow_dispatch:
0 commit comments