Skip to content

Push main to prod

Push main to prod #16

Workflow file for this run

name: Push main to prod
on: workflow_dispatch
permissions:
contents: write
jobs:
push-prod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: git push
run: |
git push origin main:prod