diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77e7f295..f9e9d40e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ on: branches: - 'master' - 'releases/v*' - tags: - - 'v*' + tags: + - 'v*' pull_request: branches: - 'master'