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