Skip to content

Commit

Permalink
update gh
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-ahine committed Nov 11, 2024
1 parent 033f7db commit 3de3f33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Sync staging branch to main
on:
push:
paths-ignore:
- 'Dockerfile'
branches:
- staging
workflow_dispatch:
Expand All @@ -16,9 +18,6 @@ jobs:
run: |
git fetch origin staging:staging
git reset --hard staging
- name: Restore our version of Dockerfile
run: |
git checkout HEAD -- Dockerfile
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit 3de3f33

Please sign in to comment.