diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bf437e..c93067f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,11 @@ on: push: branches: - master + - '[0-9]+.[0-9]+-dev' pull_request: branches: - master + - '[0-9]+.[0-9]+-dev' jobs: test: strategy: