Skip to content

Commit 4321509

Browse files
committed
ci: Drop the branch filter from GitHub PR actions
1 parent 47207d0 commit 4321509

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches: [main]
99
pull_request:
10-
branches: [main]
1110
workflow_dispatch:
1211

1312
jobs:

.github/workflows/deno.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ permissions: {}
44

55
on:
66
pull_request:
7-
branches: [main]
87
push:
98
branches: [main]
109
workflow_dispatch:

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ permissions: {}
44

55
on:
66
pull_request:
7-
branches: [main]
87
push:
98
branches: [main]
109
workflow_dispatch:

.github/workflows/typescript.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ permissions: {}
44

55
on:
66
pull_request:
7-
branches: [main]
87
push:
98
branches: [main]
109
workflow_dispatch:

0 commit comments

Comments
 (0)