From d0b099cfd406b381411560ce0c4949a295faa686 Mon Sep 17 00:00:00 2001 From: Felipe Madero Date: Tue, 19 Sep 2023 18:40:29 -0300 Subject: [PATCH] check release fix --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f5066de6..3aad83cc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,9 @@ name: Release on: push: - tags: - - "*" + branches: + - main + pull_request: permissions: contents: write @@ -28,7 +29,8 @@ jobs: - name: Checkout osxcross uses: actions/checkout@v3 with: - repository: tpoechtrager/osxcross + repository: felipemadero/osxcross + ref: fix path: osxcross - name: Build osxcross run: |