forked from Nexus/nexus
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"
|
name: "Build MacOS App"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# TODO: Uncomment this once the MacOS workflow actually works
|
||||||
branches: ["main"]
|
# push:
|
||||||
tags: ["*"]
|
# branches: ["main"]
|
||||||
|
# tags: ["*"]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue