Skip to content

Commit

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

0 comments on commit 9557507

Please sign in to comment.