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