Skip to content

Commit

Permalink
Merge pull request #17 from it-at-m/dev
Browse files Browse the repository at this point in the history
Release-20230516-003
  • Loading branch information
a-m-zill authored May 16, 2023
2 parents d5f7324 + be8f8a0 commit c3fe7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'main'

jobs:
if_merged:
merge_release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
short-description: Anwendungs-Kern für Frontend, Adminportal, Selfserviceportal und EAI.

github-release:
needs: release
needs: merge_release
name: Create Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c3fe7e9

Please sign in to comment.