Skip to content

Commit

Permalink
Enable manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Mar 8, 2024
1 parent 147ef99 commit e8dd699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-screenshots-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:
jobs:
test:
if: github.event.pull_request.merged
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
name: Screenshot tests
runs-on: macos-13-xlarge
env:
Expand Down

0 comments on commit e8dd699

Please sign in to comment.