Invalid main @cdhanna #20
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: Deploy Docs Branch | |
| on: | |
| workflow_dispatch: | |
| run-name: Invalid main @${{ github.actor }} | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Skip main | |
| run: | | |
| echo "Cannot deploy from this branch. Use the branch selector in the dispatch window. " | |
| exit 1 |