Skip to content

Commit

Permalink
WIP: CI: convert release.yaml into "Reusable workflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Jan 13, 2024
1 parent df192ee commit 3ba6efc
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 493 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
workflow_dispatch:

jobs:
build_test:
uses: ./.github/workflows/build-test.yaml

release:
needs: [build_test]
uses: ./.github/workflows/release.yaml
Loading

0 comments on commit 3ba6efc

Please sign in to comment.