We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc5194 commit a24c6b5Copy full SHA for a24c6b5
.github/workflows/biome-lint.yml
@@ -4,10 +4,8 @@ name: Lint and Biome Check
4
on:
5
push:
6
branches:
7
- - '**'
+ - 'main'
8
pull_request:
9
- branches:
10
- - main
11
12
jobs:
13
biome:
.github/workflows/playwright.yml
@@ -4,10 +4,8 @@ name: Running Playwright test on UI
playwright:
@@ -53,4 +51,4 @@ jobs:
53
51
owner: context.repo.owner,
54
52
repo: context.repo.repo,
55
body: body,
56
- });
+ });
0 commit comments