Skip to content

Commit 7232791

Browse files
update action branches
1 parent 1d1951a commit 7232791

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- devel
78

89
jobs:
910
build-and-deploy:

.github/workflows/make.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Win/Mac/Linux
33
on:
44
push:
55
branches:
6-
- llvm
6+
- master
7+
- devel
78
pull_request:
89
branches:
9-
- llvm
10+
- devel
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)