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