Skip to content

Deploy to by @austenstone #4

Deploy to by @austenstone

Deploy to by @austenstone #4

Workflow file for this run

name: Dynamic run name
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo Hello World