make testing tags testing_ instead of t.

This commit is contained in:
Ottermandias 2023-06-12 15:30:11 +02:00
parent 712dcf5782
commit 37798d93ba
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ name: Create Release
on:
push:
tags-ignore:
- t*
- testing_*
jobs:
build: