diff --git a/.github/workflows/boo b/.github/workflows/boo new file mode 100644 index 0000000..f2593f5 --- /dev/null +++ b/.github/workflows/boo @@ -0,0 +1 @@ +Mon Nov 11 15:03:52 GMT 2024 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3620044..0f6bc58 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,6 @@ name: Sync staging branch to main on: push: - paths-ignore: - - 'Dockerfile' branches: - staging workflow_dispatch: @@ -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: