diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ed31f5..fd61dbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,9 @@ name: Default CI on: push: branches: [master] + pull_request: + branches: + - '**' jobs: get-next-version: runs-on: ubuntu-latest