Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-ahine committed Nov 11, 2024
1 parent fe400ee commit 2b49989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/boo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mon Nov 11 15:03:52 GMT 2024
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 2b49989

Please sign in to comment.