diff --git a/.github/workflows/build-theme.yml b/.github/workflows/build-theme.yml index d09b907c..905709a5 100644 --- a/.github/workflows/build-theme.yml +++ b/.github/workflows/build-theme.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: "${{ github.head_ref }}" - name: Install dependencies and Build Theme uses: actions/setup-node@v3 - run: npm install