Skip to content

Commit

Permalink
Revert after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 14, 2023
1 parent a6a2146 commit 10ce9f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-sandboxes-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_dispatch:
# To test fixes on push rather than wait for the scheduling, do the following:
# 1. Uncomment the lines below and add your branch.
# push:
# branches:
# - <your-branch-name>
push:
branches:
- valentin/fix-tsconfig-not-considered-for-nextjs
# 2. change the "ref" value to <your-branch-name> in the actions/checkout step below.
# 3. 👉 DON'T FORGET TO UNDO THE VALUES BACK TO `next` BEFORE YOU MERGE YOUR CHANGES!

Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: next
ref: valentin/fix-tsconfig-not-considered-for-nextjs
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit 10ce9f5

Please sign in to comment.