diff options
Diffstat (limited to '.github/workflows/mac.yml')
-rw-r--r-- | .github/workflows/mac.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 109689dca..8db307064 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -102,7 +102,7 @@ jobs: with: name: Subsurface.app.zip - name: create CI release - if: github.event_name == 'pull_request' + if: github.event_name == 'push' uses: ./.github/actions/release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -112,6 +112,6 @@ jobs: BIN1: Subsurface.app.zip - name: copy to transfer.sh - if: github.event_name == 'push' + if: github.event_name == 'pull_request' run: | curl --upload-file Subsurface.app.zip "https://transfer.sh/Subsurface.app.zip" |