Add regex to runs on

This commit is contained in:
Owen
2025-12-11 16:19:08 -05:00
parent 467d69aa7c
commit b96ee16fbf

View File

@@ -14,9 +14,10 @@ permissions:
# - COSIGN_PRIVATE_KEY / COSIGN_PASSWORD / COSIGN_PUBLIC_KEY: for key-based signing # - COSIGN_PRIVATE_KEY / COSIGN_PASSWORD / COSIGN_PUBLIC_KEY: for key-based signing
on: on:
push: push:
tags: tags:
- "*" - "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+.rc.[0-9]+"
concurrency: concurrency:
group: ${{ github.ref }} group: ${{ github.ref }}