Skip to content

Commit

Permalink
Merge pull request #10 from ing-bank/fix/tag
Browse files Browse the repository at this point in the history
fix tag action
  • Loading branch information
kr7ysztof authored Nov 30, 2022
2 parents dbd6d14 + d5d9258 commit 9d380eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Master branch build
name: master branch build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rokku pull-request
name: pull-request
on:
pull_request:
branches:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
tagged-release:
name: Tagged Release
runs-on: ubuntu-latest

steps:
- uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: It tests
name: tests
on: [workflow_call]

jobs:
Expand Down

0 comments on commit 9d380eb

Please sign in to comment.