diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index c7ff20e..1cb4d4d 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -5,7 +5,7 @@ name: Test and Release on: push: branches: - - 'main' + - 'master' tags: # normal versions - 'v[0-9]+.[0-9]+.[0-9]+'