Skip to content

Commit

Permalink
Remove workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Aug 23, 2024
1 parent 816ef7d commit 0b812b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:

jobs:
swiftlint:
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_$(<.xcode-version).app/Contents/Developer


- name: Build BSK
run: set -o pipefail && swift build | tee build-log.txt | xcbeautify

Expand Down

0 comments on commit 0b812b8

Please sign in to comment.