diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f1a45aa..3a62cbd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,9 @@ name: CI - Lint and Test on: - pull_request: + push: branches: [develop, master] + pull_request: concurrency: group: ci-${{ github.ref }}