Skip to content

Commit bd938a0

Browse files
authored
Don't duplicate CI on push+PR
1 parent 02c5da5 commit bd938a0

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
create:
4+
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+
paths-ignore:
14+
- 'LICENSE.md'
15+
- 'README.md'
16+
- '.github/workflows/TagBot.yml'
517
jobs:
618
test:
719
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)