From f94116c57f2ec0d6259849976e496dde40728915 Mon Sep 17 00:00:00 2001 From: SuperAuguste <19855629+SuperAuguste@users.noreply.github.com> Date: Wed, 10 Apr 2024 00:44:36 -0400 Subject: [PATCH] Dry run on non-main --- .github/workflows/publish-simulator.yml | 2 +- simulator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-simulator.yml b/.github/workflows/publish-simulator.yml index e0d6a47..c62160e 100644 --- a/.github/workflows/publish-simulator.yml +++ b/.github/workflows/publish-simulator.yml @@ -1,7 +1,6 @@ name: Publish Simulator on: push: - branches: [main] paths: - simulator/** @@ -31,6 +30,7 @@ jobs: path: "dist/" deploy: + if: github.ref == 'refs/heads/main' needs: build runs-on: ubuntu-latest diff --git a/simulator/README.md b/simulator/README.md index f23945f..6007b0f 100644 --- a/simulator/README.md +++ b/simulator/README.md @@ -24,4 +24,4 @@ Simulate your badge on the interwebz. ## Additional Features -- [ ] Live reload +- [x] Live reload