Skip to content

Commit

Permalink
Remove unneeded condition
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 13, 2023
1 parent 1bcd657 commit cf6ffc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:

jobs:
make-alpha:
if: github.event.action == 0 || github.event.pull_request.merged == true # empty string returns 0; for case when workflow is triggered manually
runs-on: macos-13
name: Make TestFlight Alpha Build

Expand Down

0 comments on commit cf6ffc1

Please sign in to comment.