Skip to content

Commit a4b3dff

Browse files
authored
Allow using trigger file to trigger yaml xlang workflow. (#37095)
1 parent 576a802 commit a4b3dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: PreCommit YAML Xlang Direct
1717

1818
on:
1919
pull_request_target:
20-
paths: ['release/trigger_all_tests.json', 'model/**', 'sdks/python/**']
20+
paths: ['release/trigger_all_tests.json', 'model/**', 'sdks/python/**', '.github/trigger_files/beam_PreCommit_Yaml_Xlang_Direct.json']
2121
issue_comment:
2222
types: [created]
2323
push:

0 commit comments

Comments
 (0)