Only run packaging workflow on certain tags
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
name: Packaging
|
name: Packaging
|
||||||
|
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- v**
|
||||||
|
- tt**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildAssets:
|
buildAssets:
|
||||||
|
|||||||
Reference in New Issue
Block a user