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 55e7020 commit 6c36f2cCopy full SHA for 6c36f2c
.github/workflows/ci.yml
@@ -1,7 +1,17 @@
1
name: CI
2
on:
3
- - push
4
- - pull_request
+ push:
+ branches:
5
+ - master
6
+ paths-ignore:
7
+ - 'LICENSE'
8
+ - 'README.md'
9
+ - '.github/workflows/TagBot.yml'
10
+ pull_request:
11
12
13
14
15
jobs:
16
test:
17
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -12,7 +22,6 @@ jobs:
22
version:
23
- '1.6'
24
- '1'
- - '^1.8.0-0'
25
os:
26
- ubuntu-latest
18
27
- macOS-latest
0 commit comments