Skip to content

Commit b09f951

Browse files
committed
Fix devcontainers-react not running on workflow change
1 parent 2bf76cb commit b09f951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- ".github/workflows/test.yaml"
3737
- "plugins/backstage-plugin-devcontainers-backend/**"
3838
devcontainers-react:
39-
- ".github/workflows/build.yaml"
39+
- ".github/workflows/test.yaml"
4040
- "plugins/backstage-plugin-devcontainers-react/**"
4141
plugin:
4242
needs: changes

0 commit comments

Comments
 (0)