use tags only for preview and release triggers

This commit is contained in:
Jonathan Shook 2023-01-23 21:36:03 -06:00
parent e254eafa8d
commit 24657248f0
2 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@ name: prerelease
on:
push:
branches:
- main
tags:
- "[0-9]+.[0-9]+.[0-9]+-release"

View File

@ -9,8 +9,6 @@ on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+-release"
branches:
- main
jobs:
release: