Skip to content

Commit 41aaf4c

Browse files
committed
Merge remote-tracking branch 'upstream/main' into dev
2 parents cd0bee7 + 161b86c commit 41aaf4c

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)