diff options
Diffstat (limited to '.github/workflows/rust_testing.yml')
| -rw-r--r-- | .github/workflows/rust_testing.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/rust_testing.yml b/.github/workflows/rust_testing.yml index 1375d72b..b6155f9f 100644 --- a/.github/workflows/rust_testing.yml +++ b/.github/workflows/rust_testing.yml @@ -7,13 +7,6 @@ name: Rust Testing on: workflow_dispatch: - push: - branches: - - '**' - paths: - - '**.rs' - - '**.toml' - - 'rust/**' # Pull request target allows us to use the bn license and serial for PR's # to insure we do not leak the license the workflow is required to be approved manually. pull_request_target: |
