Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #220 from keiji/support_feature_branches
Browse files Browse the repository at this point in the history
[CI] Support feature branches
  • Loading branch information
keiji authored Jun 25, 2021
2 parents a2c4f41 + 4fe2469 commit b185621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: CI-Mobile
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main, develop ]
branches: [ main, develop, 'feature/**' ]
pull_request:
branches: [ main, develop ]
branches: [ main, develop, 'feature/**' ]
jobs:
build_ios:
name: Build-iOS
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CIserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: CI-Server
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main, develop ]
branches: [ main, develop, 'feature/**' ]
pull_request:
branches: [ main, develop ]
branches: [ main, develop, 'feature/**' ]

jobs:
build_serverapi:
Expand Down

0 comments on commit b185621

Please sign in to comment.