Skip to content

Commit b299791

Browse files
committed
Remove useless branches glob
1 parent c80ad35 commit b299791

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/browser.yml

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

33
on:
44
pull_request:
5-
branches:
6-
- "**"
75
push:
86
branches:
97
- master

.github/workflows/deno.yml

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

33
on:
44
pull_request:
5-
branches:
6-
- "**"
75
push:
86
branches:
97
- master

.github/workflows/node.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Node.JS test and lint
22

33
on:
44
pull_request:
5-
branches:
6-
- "**"
75
push:
86
branches:
97
- master

0 commit comments

Comments
 (0)