mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-24 15:25:18 +01:00
Fixed workflows
This commit is contained in:
parent
0c1f08384f
commit
246adfd34f
7
.github/workflows/publish-tag.yml
vendored
7
.github/workflows/publish-tag.yml
vendored
@ -2,9 +2,10 @@ name: Publish Packages
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [ created ]
|
||||||
tag:
|
push:
|
||||||
types: [created]
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
Loading…
Reference in New Issue
Block a user