We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7159a commit 084969bCopy full SHA for 084969b
.github/workflows/build.yml
@@ -2,9 +2,9 @@ name: build
2
3
on:
4
push:
5
- branches: [ unstable, '[0-9]+.[0-9]+.x' ]
+ branches: [ unstable, '[0-9]+.[0-9]+.x', 'xsimd' ]
6
pull_request:
7
8
workflow_call:
9
workflow_dispatch:
10
0 commit comments