Skip to content

Commit

Permalink
check release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Sep 19, 2023
1 parent 8512fc7 commit d0b099c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Release

on:
push:
tags:
- "*"
branches:
- main
pull_request:

permissions:
contents: write
Expand All @@ -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: |
Expand Down

0 comments on commit d0b099c

Please sign in to comment.