Skip to content

Commit 084969b

Browse files
author
Fikret Ardal
committed
github actions
1 parent 5a7159a commit 084969b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

33
on:
44
push:
5-
branches: [ unstable, '[0-9]+.[0-9]+.x' ]
5+
branches: [ unstable, '[0-9]+.[0-9]+.x', 'xsimd' ]
66
pull_request:
7-
branches: [ unstable, '[0-9]+.[0-9]+.x' ]
7+
branches: [ unstable, '[0-9]+.[0-9]+.x', 'xsimd' ]
88
workflow_call:
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)