diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5e1e5aa6bb..389043564a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,6 +1,11 @@ --- name: CI/CD -on: [push, pull_request] +on: + push: + - master + - 'WIP**' + - '4.*' + pull_request: jobs: build: name: Build and test