Skip to content

Commit

Permalink
Merge pull request #189 from shilokuma-inc/chore/workflow-master
Browse files Browse the repository at this point in the history
【CHORE】ワークフローをmainからmasterに変更
  • Loading branch information
mrs1669 authored May 19, 2024
2 parents ff563e3 + d55230a commit f0bd314
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: NinjacordApp

on:
push:
branches: main
branches: master

jobs:
build:
name: Archive | main
name: Archive | master
runs-on: macos-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archive-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- '**'
- '!main'
- '!master'
- '!develop'

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: NinjacordApp

on:
push:
branches: main
branches: master

jobs:
build:
name: Build | main
name: Build | master
runs-on: macos-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- '**'
- '!main'
- '!master'
- '!develop'

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: NinjacordApp

on:
push:
branches: main
branches: master

jobs:
build:
name: Release | main
name: Release | master
runs-on: macos-latest

steps:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ Discordでbot経由で送信できるアプリ
<td style="border:2px double #000080;">Release</td>
</tr>
<tr>
<td style="border:2px double #000080;text-align:left;">main</td>
<td style="border:2px double #000080;text-align:left;">master</td>
<td style="border:2px double #000080;text-align:center;">
<a href="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/build-main.yml">
<img src="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/build-main.yml/badge.svg" alt="IOSTemplateApp">
<a href="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/build-master.yml">
<img src="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/build-master.yml/badge.svg" alt="IOSTemplateApp">
</a>
</td>
<td style="border:2px double #000080;text-align:center;">
<a href="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/archive-main.yml">
<img src="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/archive-main.yml/badge.svg" alt="IOSTemplateApp">
<a href="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/archive-master.yml">
<img src="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/archive-master.yml/badge.svg" alt="IOSTemplateApp">
</a>
</td>
<td style="border:2px double #000080;text-align:center;">
<a href="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/release-develop.yml">
<img src="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/release-main.yml/badge.svg" alt="IOSTemplateApp">
<img src="https://github.com/shilokuma-inc/ninjacord-ios/actions/workflows/release-master.yml/badge.svg" alt="IOSTemplateApp">
</a>
</td>
</tr>
Expand Down

0 comments on commit f0bd314

Please sign in to comment.