@samitouri / QOS-React / commits / ecccaf6e01

Fix CI for compiler paths

ghstack-source-id: 43bb0c8c957fc550203445868c90fa706e3a8d11 Pull Request resolved: https://github.com/facebook/react-forget/pull/2968

Lauren Tan committed May 14, 2024 at 11:01 UTC ecccaf6e017911cd0b39e4f54cc570ff1ba29824
2 files changed +2 -2
.github/workflows/compiler-playground.yml
+1 -1
@@ -5,7 +5,7 @@ on:
5 branches: [main]
6 pull_request:
7 paths:
8 - - compiler/
8 + - "compiler/**"
9 - .github/workflows/compiler-playground.yml
10
11 defaults:
.github/workflows/compiler-typescript.yml
+1 -1
@@ -5,7 +5,7 @@ on:
5 branches: [main]
6 pull_request:
7 paths:
8 - - compiler/
8 + - "compiler/**"
9 - .github/workflows/compiler-typescript.yml
10
11 defaults: