Skip to content

release_20240319074800 #2

release_20240319074800

release_20240319074800 #2

Workflow file for this run

name: Production Deployment
on:
release:
types: [published]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Echo
run: |
echo "Triggering deployment to production"