Skip to content

Commit cd90170

Browse files
committed
Activate Github workflow for master branch
1 parent 9b87199 commit cd90170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

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

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "master" ]
66
paths:
77
- 'src/Build/Include/Makefile.inc'
88
- 'src/Build/CMakeLists.txt'
@@ -22,7 +22,7 @@ on:
2222
- 'src/Makefile'
2323
- '.github/workflows/build-linux.yml'
2424
pull_request:
25-
branches: [ "main" ]
25+
branches: [ "master" ]
2626
paths:
2727
- 'src/Build/Include/Makefile.inc'
2828
- 'src/Build/CMakeLists.txt'

0 commit comments

Comments
 (0)