comment out macos CI auto running [skip ci]
This commit is contained in:
parent
9bf664624a
commit
8c25228bd9
1 changed files with 4 additions and 3 deletions
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
|
|
@ -1,9 +1,10 @@
|
|||
name: "Build MacOS App"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
tags: ["*"]
|
||||
# TODO: Uncomment this once the MacOS workflow actually works
|
||||
# push:
|
||||
# branches: ["main"]
|
||||
# tags: ["*"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue