Skip to content

Commit a709057

Browse files
committed
Update workflow triggers to include 'develop' branch for push and pull requests
1 parent b6fb9aa commit a709057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Build, install and test
77

88
on:
99
push:
10-
branches: [ "master" ]
10+
branches: [ "master", "develop" ]
1111
pull_request:
12-
branches: [ "master" ]
12+
branches: [ "master", "develop" ]
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)