diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b22c71d9..6689ab619 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,12 @@ name: build on: push: branches-ignore: - translations_** + - 'translations_**' + tags: + - 'v*' pull_request: branches-ignore: - translations_** + - 'translations_**' jobs: build: