diff --git a/.github/workflows/TestReleaser.yml b/.github/workflows/TestReleaser.yml index b0c6937..e9035e4 100644 --- a/.github/workflows/TestReleaser.yml +++ b/.github/workflows/TestReleaser.yml @@ -5,8 +5,10 @@ on: tags: - '*' - '!tip' + - '!v*' branches: - '**' + - '!r*' workflow_dispatch: schedule: - cron: '0 0 * * 4'