From 4971e9f46fff0cdc73969cc3c8882cbcd9d2d7bc Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Fri, 13 Oct 2023 23:45:07 +0000 Subject: [PATCH] Add rust.yml GitHub workflow --- .github/workflows/rust.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/rust.yml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml new file mode 100644 index 00000000..25c2c25f --- /dev/null +++ b/.github/workflows/rust.yml @@ -0,0 +1,11 @@ +# DO NOT EDIT: BEGIN +# This snippet has been inserted automatically by mobsuccessbot, do not edit! +# If changes are needed, update the action rust in +# https://github.com/mobsuccess-devops/github-mobsuccess-policy +on: + push: + branches: [main, master, preprod, prod] + pull_request: + types: [opened, synchronize, reopened] +name: Rust +jobs:# DO NOT EDIT: END