From b4ac8c83c8a7c3bc8d98c831d04f6e2e6e92d9d0 Mon Sep 17 00:00:00 2001 From: xfy Date: Sun, 15 Jun 2025 22:52:21 +0800 Subject: [PATCH] chore: change github workflows --- .github/workflows/macos-arm.yml | 10 +++++----- .github/workflows/macos-x86.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/macos-arm.yml b/.github/workflows/macos-arm.yml index 3930003..cea91f1 100644 --- a/.github/workflows/macos-arm.yml +++ b/.github/workflows/macos-arm.yml @@ -1,10 +1,10 @@ name: Candy macOS arm -# on: -# push: -# branches: ["main"] -# pull_request: -# branches: ["main"] +on: + push: + branches: [""] + pull_request: + branches: [""] env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/macos-x86.yml b/.github/workflows/macos-x86.yml index 9e6d796..dc265cd 100644 --- a/.github/workflows/macos-x86.yml +++ b/.github/workflows/macos-x86.yml @@ -1,10 +1,10 @@ name: Candy macOS x86 -# on: -# push: -# branches: ["main"] -# pull_request: -# branches: ["main"] +on: + push: + branches: [""] + pull_request: + branches: [""] env: CARGO_TERM_COLOR: always