diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 98c25ad96a..90ab16fbf3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,6 +3,7 @@ name: testing on: push: branches: [main] + tags: ['v*'] pull_request: branches: [main]