Skip to content

Commit f6492b9

Browse files
alext-mkrstingleby
authored andcommitted
GH workflows: add master branch to the list
Signed-off-by: Alex Tereschenko <[email protected]>
1 parent b58b76f commit f6492b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yaml

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

1111
on:
1212
push:
13-
branches: [ main ]
13+
branches: [ main, master ]
1414
pull_request:
15-
branches: [ main ]
15+
branches: [ main, master ]
1616
workflow_dispatch:
1717

1818
permissions:

0 commit comments

Comments
 (0)