Skip to content

Commit

Permalink
[chore] rename work flow build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 18, 2024
1 parent 6ccb65b commit 52c9fa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 52c9fa6

Please sign in to comment.