Skip to content

Commit

Permalink
github workflows observe master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Sep 28, 2023
1 parent f42b7a3 commit ceec7b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build ios

on:
push:
branches: [develop]
branches: [master]
pull_request:
branches: [develop]
branches: [master]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build macos

on:
push:
branches: [develop]
branches: [master]
pull_request:
branches: [develop]
branches: [master]

jobs:
build:
Expand Down

0 comments on commit ceec7b8

Please sign in to comment.