Skip to content

Commit 801e7ac

Browse files
committed
format, revert branches change added for testing
1 parent 5ff95ba commit 801e7ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: E2E Tests
22

33
on:
44
pull_request:
5-
branches: '*'
5+
branches: [main, next]
66

77
jobs:
88
run-tests:
@@ -31,10 +31,10 @@ jobs:
3131
run: |
3232
# Fetch the base branch
3333
git fetch origin ${{ github.event.pull_request.base.ref }}
34-
34+
3535
# Get list of changed files
3636
CHANGED_FILES=$(git diff --name-only origin/${{ github.event.pull_request.base.ref }})
37-
37+
3838
# Check if any changed files are outside sites/docs/
3939
NON_DOCS_CHANGES=$(echo "$CHANGED_FILES" | grep -vE '^sites/docs/' || true)
4040

0 commit comments

Comments
 (0)