Upload dev build from PR (placeholder, not yet implemented) #34
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
| name: Upload dev build from PR (placeholder, not yet implemented) | |
| on: | |
| workflow_run: | |
| workflows: ["CI"] # ci.yml | |
| types: | |
| - completed | |
| workflow_dispatch: | |
| jobs: | |
| hello: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Hello World | |
| run: | | |
| echo "Hello World" |