Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 27a8377

Browse files
committed
🔧 (build_iso.yml): update tag pattern for push events to allow more flexible versioning
1 parent 39c3f9c commit 27a8377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/build_iso.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Cosmic ISOs
22
on:
33
push:
44
tags:
5-
- "v*.*.*"
5+
- "*.*.*"
66

77
env:
88
IMAGE_REGISTRY: ghcr.io/kernelfreeze

0 commit comments

Comments
 (0)