Skip to content

Commit 3b06abc

Browse files
committed
enable CI for push request
1 parent fb9ef27 commit 3b06abc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pixl.js-fw.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [ "develop"]
66
tags: ["*"]
7+
pull_request:
8+
types: ["opened"]
9+
branches: ["develop"]
710
workflow_dispatch:
811

912
jobs:

0 commit comments

Comments
 (0)