Support for multiple dbos app files in NextJs App #1881
This file contains 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
name: On Pull Request | |
on: | |
pull_request: | |
branches: | |
- main | |
- release/* | |
types: | |
- ready_for_review | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
test: | |
uses: ./.github/workflows/test.yml | |
artifact: | |
needs: test | |
uses: ./.github/workflows/artifact.yml |