diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48abd96..fcf7b332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,10 @@ name: ci on: push: - branches: master + branches: + - "master" + tags: + - "*" pull_request: permissions: