Skip to content

Commit

Permalink
Merge pull request #35 from shilokuma-inc/chore/workflow-name
Browse files Browse the repository at this point in the history
【FEAT】ワークフロー名をわかりやすく改善
  • Loading branch information
mrs1669 committed May 18, 2024
2 parents 6ccb65b + ba6182e commit 0fd8d8c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archive-develop.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: IOSTemplateApp
name: Archive

on:
push:
branches: develop

jobs:
build:
name: Archive | develop
name: develop
runs-on: macos-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/archive-main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: IOSTemplateApp
name: Archive

on:
push:
branches: main

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

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/archive-working.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IOSTemplateApp
name: Archive

on:
push:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
build:
name: Archive | working
name: working
runs-on: macos-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: IOSTemplateApp
name: Build

on:
push:
branches: develop

jobs:
build:
name: Build | develop
name: develop
runs-on: macos-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: IOSTemplateApp
name: Build

on:
push:
branches: main

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

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-working.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IOSTemplateApp
name: Build

on:
push:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
build:
name: Build | working
name: working
runs-on: macos-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: IOSTemplateApp
name: Release

on:
push:
branches: develop

jobs:
build:
name: Release | develop
name: develop
runs-on: macos-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: IOSTemplateApp
name: Release

on:
push:
branches: main

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

steps:
Expand Down

0 comments on commit 0fd8d8c

Please sign in to comment.