Skip to content

Commit 84ca14e

Browse files
committed
Change job names in readme
1 parent b8cc709 commit 84ca14e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
types: [opened, edited]
1515

1616
jobs:
17-
build:
17+
check-branch:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: Vankka/pr-target-branch-action@v2
@@ -38,7 +38,7 @@ on:
3838
types: [opened, edited]
3939
4040
jobs:
41-
build:
41+
check-branch:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: Vankka/pr-target-branch-action@v2
@@ -60,7 +60,7 @@ on:
6060
types: [opened, edited]
6161
6262
jobs:
63-
build:
63+
check-branch:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: Vankka/pr-target-branch-action@v2

0 commit comments

Comments
 (0)