diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f5066de..3aad83cc 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: |