File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11name : Rust CI
22
3- # TODO: The paths need to include all rust projects. Those exist outside the rust directory.
4-
53on :
64 workflow_dispatch :
75 push :
6+ branches :
7+ - ' **'
88 paths :
9+ - ' **.rs'
10+ - ' **.toml'
911 - ' rust/**'
1012 pull_request :
1113 paths :
Original file line number Diff line number Diff line change @@ -8,12 +8,18 @@ name: Rust Testing
88on :
99 workflow_dispatch :
1010 push :
11+ branches :
12+ - ' **'
1113 paths :
14+ - ' **.rs'
15+ - ' **.toml'
1216 - ' rust/**'
1317 # Pull request target allows us to use the bn license and serial for PR's
1418 # to insure we do not leak the license the workflow is required to be approved manually.
1519 pull_request_target :
1620 paths :
21+ - ' **.rs'
22+ - ' **.toml'
1723 - ' rust/**'
1824
1925jobs :
You can’t perform that action at this time.
0 commit comments