mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-20 20:51:49 +01:00
Update macos
This commit is contained in:
parent
c36d646ed4
commit
9f7494b69e
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -2,6 +2,9 @@
|
||||
name: Deploy Release
|
||||
# this will help you specify where to run
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*" # this will run the action when you push a tag that starts with v
|
||||
workflow_dispatch:
|
||||
# this is where the magic happens, each job happens in parallel btw
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user