Skip to content

Commit 3c94150

Browse files
committed
run checks on non-main branch prs
1 parent 89cd3a5 commit 3c94150

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main, experimental]
66
pull_request:
7-
branches: [main, experimental]
87

98
jobs:
109
checks:

.github/workflows/playwright.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
branches: [main]
87

98
jobs:
109
test:

.github/workflows/prereleases.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main, experimental]
66
pull_request:
7-
branches: [main, experimental]
87

98
jobs:
109
release:

0 commit comments

Comments
 (0)