Skip to content

Update Main from Staging #27

Update Main from Staging

Update Main from Staging #27

Workflow file for this run

name: Create production promotion pull request
on:
push:
branches:
- staging
workflow_dispatch: # Allows manual triggering
jobs:
productionPromotion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Reset promotion branch
run: |
git checkout -- Dockerfile .github/workflows/*
git reset HEAD Dockerfile .github/workflows/*
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
branch: staging