diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6af9d30..3a2cfb6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: ['*'] pull_request: - branches: [master] + branches: ['*'] jobs: build: