mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-27 04:35:17 +01:00
Fix workflow syntax
This commit is contained in:
parent
baeef5994e
commit
9d37bdeb15
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
- release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user