Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-ahine committed Nov 11, 2024
1 parent 111352c commit f39d973
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ name: Create production promotion pull request
on:
push:
branches:
- main
- staging
workflow_dispatch:

jobs:
productionPromotion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: production
ref: main
- name: Reset promotion branch
run: |
git fetch origin main:main
git reset --hard main
git fetch origin staging:staging
git reset --hard staging
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down
Empty file added yoohoo
Empty file.

0 comments on commit f39d973

Please sign in to comment.