Skip to content

Invalid main @cdhanna #20

Invalid main @cdhanna

Invalid main @cdhanna #20

Workflow file for this run

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