Skip to content

Commit 90d1c7a

Browse files
committed
build: 📦 set main as the default branch
1 parent 7b90481 commit 90d1c7a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
deploy-gh-pages:
8989
name: 🚀 Deploy to GitHub Pages
90-
if: github.ref == 'refs/heads/pragmatic-angular-testing'
90+
if: github.ref == 'refs/heads/main'
9191
runs-on: ubuntu-22.04
9292
needs:
9393
- build

‎AGENTS.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Context
22

33
- This is an Angular testing workshop repository.
4-
- Each exercise is in the `apps/<number>-<exercise-name>-starter` folder on `pragmatic-angular-testing` branch.
4+
- Each exercise is in the `apps/<number>-<exercise-name>-starter` folder on `main` branch.
55
- The solution of each exercise is in the `<number>-<exercise-name>-solution` folder.
66
- Exercise instructions are in `docs/instructions`.
77

@@ -28,4 +28,4 @@
2828
2929
## Other Instructions
3030

31-
- To compare with other branches, use git locally or if needed, fallback to visiting the repository at [https://github.com/marmicode/whiskmate](https://github.com/marmicode/whiskmate)
31+
- To compare with other branches, use git locally or if needed, fallback to visiting the repository at [https://github.com/marmicode/pragmatic-angular-testing-workshop](https://github.com/marmicode/pragmatic-angular-testing-workshop)

‎docs/instructions/000-setup.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ volta install pnpm
3535
## 📥 Retrieve source code and install dependencies
3636

3737
```sh
38-
git clone https://github.com/marmicode/whiskmate.git --branch pragmatic-angular-testing
38+
git clone https://github.com/marmicode/pragmatic-angular-testing-workshop.git
3939

40-
cd whiskmate
40+
cd pragmatic-angular-testing-workshop
4141

4242
pnpm install
4343
```

‎tools/cook/config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ const exercises: Exercise[] = [
112112
];
113113

114114
export const config: Config = {
115-
base: 'pragmatic-angular-testing',
115+
base: 'main',
116116
exercises,
117117
};

0 commit comments

Comments
 (0)