From 55bee285f4ce47895c8d98f14a1b2430962fb6bf Mon Sep 17 00:00:00 2001 From: jmfrancois Date: Fri, 29 Sep 2023 10:45:22 +0200 Subject: [PATCH] chore: move back to this --- .github/workflows/pr-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-demo.yml b/.github/workflows/pr-demo.yml index e8679371b72..0e4b7f020f4 100644 --- a/.github/workflows/pr-demo.yml +++ b/.github/workflows/pr-demo.yml @@ -63,7 +63,7 @@ jobs: SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }} - name: Deploy to Netlify production - if: github.ref != 'refs/heads/master' + if: github.ref == 'refs/heads/master' uses: netlify/actions/cli@master with: args: deploy --dir=packages/design-docs/storybook-static --prod