Skip to content

Commit 23fc8fb

Browse files
rename CI
1 parent eeaa96b commit 23fc8fb

File tree

2 files changed

+4
-58
lines changed

2 files changed

+4
-58
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,19 @@
11
name: CI
22
on:
3-
push:
3+
pull_request:
44
branches:
55
- master
6-
paths-ignore:
7-
- 'LICENSE.md'
8-
- 'README.md'
9-
- '.github/workflows/CompatHelper.yml'
10-
- '.github/workflows/TagBot.yml'
11-
tags: '*'
12-
pull_request:
6+
push:
137
branches:
148
- master
15-
paths-ignore:
16-
- 'LICENSE.md'
17-
- 'README.md'
18-
- '.github/workflows/CompatHelper.yml'
19-
- '.github/workflows/TagBot.yml'
209
jobs:
2110
test:
22-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
23-
runs-on: ${{ matrix.os }}
24-
strategy:
25-
fail-fast: false
26-
matrix:
27-
version:
28-
- '1'
29-
os:
30-
- ubuntu-latest
31-
arch:
32-
- x64
11+
runs-on: ubuntu-latest
3312
steps:
3413
- uses: actions/checkout@v2
3514
- uses: julia-actions/setup-julia@v1
3615
with:
37-
version: ${{ matrix.version }}
38-
arch: ${{ matrix.arch }}
16+
version: 1
3917
- uses: actions/cache@v1
4018
env:
4119
cache-name: cache-artifacts

0 commit comments

Comments
 (0)