diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 77ae06ca..eb24a9e1 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -4,7 +4,9 @@ on: push: branches: - master - pull_request + pull_request: + branches: + - * jobs: linting: diff --git a/.github/workflows/tests_e2e.yml b/.github/workflows/tests_e2e.yml index 14231e79..d49e7712 100644 --- a/.github/workflows/tests_e2e.yml +++ b/.github/workflows/tests_e2e.yml @@ -4,7 +4,9 @@ on: push: branches: - master - pull_request + pull_request: + branches: + - * jobs: # ------------------