Skip to content

Commit 2ab2246

Browse files
committed
fix native workflow
1 parent 7261e43 commit 2ab2246

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/native.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ on:
1313
- "pkgs/code_assets/**"
1414
- "pkgs/data_assets/**"
1515
- 'pkgs/ffi/**'
16-
- "pkgs/hooks_runner/**"
16+
- 'pkgs/ffigen/**'
1717
- "pkgs/hooks/**"
18+
- "pkgs/hooks_runner/**"
1819
- "pkgs/json_syntax_generator/**"
1920
- "pkgs/native_test_helpers/**"
2021
- "pkgs/native_toolchain_c/**"
22+
- "pkgs/objective_c/**"
23+
- "pkgs/pub_formats/**"
24+
- "pkgs/record_use/**"
2125
- "pkgs/repo_lint_rules/**"
2226
- "tool/**"
2327
push:
@@ -27,11 +31,15 @@ on:
2731
- "pkgs/code_assets/**"
2832
- "pkgs/data_assets/**"
2933
- 'pkgs/ffi/**'
30-
- "pkgs/hooks_runner/**"
34+
- 'pkgs/ffigen/**'
3135
- "pkgs/hooks/**"
36+
- "pkgs/hooks_runner/**"
3237
- "pkgs/json_syntax_generator/**"
3338
- "pkgs/native_test_helpers/**"
3439
- "pkgs/native_toolchain_c/**"
40+
- "pkgs/objective_c/**"
41+
- "pkgs/pub_formats/**"
42+
- "pkgs/record_use/**"
3543
- "pkgs/repo_lint_rules/**"
3644
- "tool/**"
3745
schedule:

0 commit comments

Comments
 (0)