Skip to content

Add temporary push trigger #1

Add temporary push trigger

Add temporary push trigger #1

Workflow file for this run

name: Production Deploy
on:
workflow_dispatch:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Ensure a tag was selected
run: |
echo ${{github.ref_name}}