summaryrefslogtreecommitdiff
path: root/.github/workflows/mac.yml
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-12-09 10:23:06 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-12-09 10:23:06 -0600
commitb6d66def62999558a7cbeb5b36cb5710d4e4b2bd (patch)
tree996c33d8063639b124395220d86a75175c7af9d2 /.github/workflows/mac.yml
parentc3a8223976a8101e3496b7955861756af27bdc60 (diff)
Reworked CI/CD and splitted into assets and generate otr
Diffstat (limited to '.github/workflows/mac.yml')
-rw-r--r--.github/workflows/mac.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index e6c1a833..2cc8c768 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -1,10 +1,8 @@
-name: Macos Compile
+name: MacOS Validation
on:
- push:
- branches: [ "*" ]
pull_request:
- branches: [ "master" ]
+ branches: [ "*" ]
jobs:
build:
@@ -27,4 +25,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: starship-mac-x64
- path: starship-release \ No newline at end of file
+ path: starship-release
+ retention-days: 1 \ No newline at end of file