diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904d60e..cf7cb9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ name: CI # Name of the workflow on: pull_request: branches: - - devel # Runs only when a pull request targets the 'devel' branch + - devel + - master jobs: test: # Defines a job called "test"