Skip to content

Commit d5d9258

Browse files
committed
fix tag action
1 parent dbd6d14 commit d5d9258

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Master branch build
1+
name: master branch build
22

33
on:
44
push:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rokku pull-request
1+
name: pull-request
22
on:
33
pull_request:
44
branches:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
tagged-release:
1010
name: Tagged Release
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- uses: marvinpinto/action-automatic-releases@latest
1514
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: It tests
1+
name: tests
22
on: [workflow_call]
33

44
jobs:

0 commit comments

Comments
 (0)