Skip to content

Commit 191379a

Browse files
committed
chore: check if pipeline is launched
Signed-off-by: Luigi Navarro <[email protected]>
1 parent 8ecca95 commit 191379a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ats.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Tests
1+
name: Test ATS
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, refactor/add-workspaces]
66
paths:
77
- "packages/ats/**"
88
- "apps/ats/**"

apps/ats/web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ npm run test
9292
```
9393
# Delete
9494

95-
See if pipeline is launched
95+
See if pipeline is launched 1

0 commit comments

Comments
 (0)