Skip to content

Commit 3747126

Browse files
committed
Fix workflow for new branch structure.
1 parent d0d2f6c commit 3747126

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/make.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Win/Mac/Linux
22

33
on:
44
push:
5-
branches:
6-
- master
7-
- devel
5+
branches-ignore:
6+
- gh-pages
87
pull_request:
98
branches:
10-
- devel
9+
- master
1110

1211
jobs:
1312
build:

0 commit comments

Comments
 (0)