We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d10ce8 commit c030893Copy full SHA for c030893
1 file changed
.github/workflows/CI.yml
@@ -1,25 +1,12 @@
1
-# [.github/workflows/CI.yml]
2
name: CI
+
3
on:
4
push:
5
branches:
6
- main
7
tags: '*'
8
pull_request:
9
10
jobs:
11
call:
- strategy:
12
- matrix:
13
- version:
14
- - '1.10'
15
- - '1.11'
16
- - '1.12'
17
- os:
18
- - ubuntu-latest
19
- arch:
20
- - x64
21
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
22
- with:
23
- version: ${{ matrix.version }}
24
- os: ${{ matrix.os }}
25
- arch: ${{ matrix.arch }}
0 commit comments