We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33099d commit a59ee4bCopy full SHA for a59ee4b
1 file changed
.github/workflows/CI.yml
@@ -1,24 +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
- os:
17
- - ubuntu-latest
18
- arch:
19
- - x64
20
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
21
- with:
22
- version: ${{ matrix.version }}
23
- os: ${{ matrix.os }}
24
- arch: ${{ matrix.arch }}
0 commit comments