diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0874236e8..c70f192df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,12 @@ name: CI on: + push: + branches: + - master pull_request: - release: - types: - - created + branches: + - "**" env: CI: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a19372f4d..88ca9f033 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,10 +1,13 @@ name: Lint on: + push: + branches: + - devel + - master pull_request: - release: - types: - - created + branches: + - "**" env: CI: true