Skip to content

Commit

Permalink
fix: 💚 fix target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tacrew committed Nov 7, 2023
1 parent 76cd28b commit 5d53b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: volta-cli/action@v4
- uses: actions/checkout@v3
with:
ref: develop
ref: main
fetch-depth: 0

- name: restore cached expected screenshots
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: volta-cli/action@v4
- uses: actions/checkout@v3
with:
ref: develop
ref: main
fetch-depth: 0

- name: restore cached expected screenshots
Expand Down

0 comments on commit 5d53b3f

Please sign in to comment.