Skip to content

Commit a24c6b5

Browse files
committed
Workflows: Corrected when they run to prevent duplicate work
1 parent 3fc5194 commit a24c6b5

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/biome-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ name: Lint and Biome Check
44
on:
55
push:
66
branches:
7-
- '**'
7+
- 'main'
88
pull_request:
9-
branches:
10-
- main
119

1210
jobs:
1311
biome:

.github/workflows/playwright.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ name: Running Playwright test on UI
44
on:
55
push:
66
branches:
7-
- '**'
7+
- 'main'
88
pull_request:
9-
branches:
10-
- main
119

1210
jobs:
1311
playwright:
@@ -53,4 +51,4 @@ jobs:
5351
owner: context.repo.owner,
5452
repo: context.repo.repo,
5553
body: body,
56-
});
54+
});

0 commit comments

Comments
 (0)