Skip to content

Commit af1f26e

Browse files
authored
Fix branch in gh build and test action
1 parent 5d9f16f commit af1f26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

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

33
on:
44
push:
5-
branches: [ developer ]
5+
branches: [ dev ]
66
pull_request:
7-
branches: [ developer ]
7+
branches: [ dev ]
88

99
jobs:
1010
build-and-test-linux:

0 commit comments

Comments
 (0)