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

Commit a2c4f41

Browse files
authored
Merge pull request #211 from keiji/revive_ci
[CI] 新しいブランチルールに合わせてCIの設定を変更
2 parents 3cf7e51 + c43a053 commit a2c4f41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: CI-Mobile
44

55
on:
66
# Triggers the workflow on push or pull request events but only for the master branch
77
push:
8-
branches: [ master ]
8+
branches: [ main, develop ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main, develop ]
1111
jobs:
1212
build_ios:
1313
name: Build-iOS

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# COVID-19 Contact-Confirming Application COCOA (English)/([Japanese](README.ja.md))
22

3-
[![CI](https://github.com/cocoa-mhlw/cocoa/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/cocoa-mhlw/cocoa/actions/workflows/CI.yml)
3+
[![App develop](https://github.com/cocoa-mhlw/cocoa/actions/workflows/CI.yml/badge.svg?branch=develop)](https://github.com/cocoa-mhlw/cocoa/actions/workflows/CI.yml)
44

55
[![Server develop](https://github.com/cocoa-mhlw/cocoa/actions/workflows/CIserver.yml/badge.svg?branch=develop)](https://github.com/cocoa-mhlw/cocoa/actions/workflows/CIserver.yml)
66

0 commit comments

Comments
 (0)