mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Update macos
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user