From 0f05922385a6260cfd301d6cc84e15255307a3b8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:43:37 +0000 Subject: [PATCH 1/3] Initial plan From aafcbbff0ff2a53e3192d536c3ef4c91b373864e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:44:47 +0000 Subject: [PATCH 2/3] fix: create public/ directory so Docker COPY does not fail Agent-Logs-Url: https://github.com/mesayanroy/0x402-pubsub/sessions/f4143e57-114c-4d55-bc77-f0fce9a4c201 Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com> --- public/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/.gitkeep diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..e69de29 From 0d8bbd22cbb1c361c3a7117d3846286d6d783275 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:52:24 +0000 Subject: [PATCH 3/3] fix: remove overly-restrictive if condition from docker-build job Agent-Logs-Url: https://github.com/mesayanroy/0x402-pubsub/sessions/2c569fcd-5e9e-4a34-b5a6-a3e0a87b82ae Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com> --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c78f7c3..3033a36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,8 +77,6 @@ jobs: needs: build permissions: contents: read - # Only run on pushes to main (not on every PR) - if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4