From 6cc232016750633ead2619ba00ab3a7c55d3a068 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Wed, 17 Aug 2022 16:30:10 +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