Skip to content

Commit 161b86c

Browse files
committed
chore: Drop tests on master, add on dev
1 parent 69c4675 commit 161b86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deno_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Deno build
33

44
on:
55
push:
6-
branches: [master, main]
6+
branches: [main, dev]
77
tags: ['*']
88
pull_request:
9-
branches: [master, main]
9+
branches: [main, dev]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)