Skip to content

Commit

Permalink
Update buildAndTest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimscastle authored Dec 8, 2023
1 parent 2f3992a commit d62d533
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/buildAndTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@
name: Test
on:
pull_request:
branches: [main]
branches: [develop]
push:
branches: [main]
branches: [develop]
workflow_dispatch:

jobs:
test:
runs-on: macos-latest
strategy:
matrix:
xcode: ["15.0.1"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d62d533

Please sign in to comment.