Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhihi committed Mar 5, 2024
2 parents 969fbe9 + d667cae commit a99b1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/module03.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: iOS Multiple Projects Build and Artifact Workflow

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

jobs:
build-module03:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weatherplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-weatherplus:
name: Build WeatherPlus
runs-on: macos-11
runs-on: macos-latest

steps:
- name: Checkout
Expand Down

0 comments on commit a99b1bd

Please sign in to comment.