Skip to content

Commit 8203c13

Browse files
committed
Allow tests on forks
1 parent 478e72f commit 8203c13

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codetests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: test-and-lint
2-
on: push
2+
on:
3+
push:
4+
pull_request_target:
35
permissions:
46
contents: read
57
jobs:

0 commit comments

Comments
 (0)