diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 17318f54..eb4bdbf9 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -4,7 +4,13 @@ env: MIN_SUPPORTED_RUST_VERSION: "1.42.0" CICD_INTERMEDIATES_DIR: "_cicd-intermediates" -on: [push, pull_request] +on: + pull_request: + push: + branches: + - master + tags: + - '*' jobs: min_version: