Skip to content

Commit 27037b1

Browse files
committed
github_actions: enable build on pull-requests to develop branch
1 parent 84f9afb commit 27037b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- develop
6+
pull_request:
7+
branches:
8+
- develop
69
workflow_dispatch:
710

811
jobs:

0 commit comments

Comments
 (0)