Feat: Save Abrechnungen in Resultat, not in Vertrag #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| merge_group: | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/reusable_test.yaml | |
| build: | |
| uses: ./.github/workflows/reusable_build.yaml | |
| deploy_latest: | |
| needs: | |
| - build | |
| uses: ./.github/workflows/reusable_deploy_latest.yaml |