diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62b3d53..44979bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [ main ] + branches: [ '*' ] tags: [ 'v*' ] pull_request: branches: [ main ]