Skip to content

Commit

Permalink
Remove useless branches glob
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed May 11, 2024
1 parent c80ad35 commit b299791
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Browser test

on:
pull_request:
branches:
- "**"
push:
branches:
- master
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deno tests

on:
pull_request:
branches:
- "**"
push:
branches:
- master
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Node.JS test and lint

on:
pull_request:
branches:
- "**"
push:
branches:
- master
Expand Down

0 comments on commit b299791

Please sign in to comment.