Skip to content

Commit d36e7a6

Browse files
authored
Merge pull request #41 from lstreckeisen/add-release-workflow
prevent release to run parallel to build
2 parents a0fec3c + 59dfb2c commit d36e7a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
release:
2020
runs-on: ubuntu-latest
21+
needs: release-build
2122
steps:
2223
- name: Checkout code
2324
uses: actions/checkout@v4

0 commit comments

Comments
 (0)