Skip to content

Commit

Permalink
feat: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
makinosp committed Jul 28, 2024
1 parent 3686ea6 commit 226c888
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ name: Swift

on:
push:
branches: [ "main" ]
branches:
- "main"
- "develop"
pull_request:
branches: [ "main" ]
branches:
- "main"
- "develop"

jobs:
build:

runs-on: macos-latest

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

0 comments on commit 226c888

Please sign in to comment.