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