Skip to content

Commit b5b7ec4

Browse files
authored
chore(ci): run on PQs from forks (#749)
1 parent b0fd041 commit b5b7ec4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deno.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ name: grammY
1010

1111
on:
1212
push:
13-
branches: ["*"]
13+
branches: [main, v2]
14+
pull_request:
15+
branches: [main, v2]
1416

1517
jobs:
1618
backport:

0 commit comments

Comments
 (0)