Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 1725804

Browse files
committed
Fixes pr branch
1 parent 75aad71 commit 1725804

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ name: Check Transpiled JavaScript
1111

1212
on:
1313
pull_request:
14+
branches:
15+
- main
1416
push:
1517
branches:
1618
- main

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Continuous Integration
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
push:
68
branches:
79
- main

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CodeQL
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
push:
68
branches:
79
- main

.github/workflows/linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Lint Codebase
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
push:
68
branches:
79
- main

0 commit comments

Comments
 (0)