Skip to content

Commit 56456df

Browse files
update ci.yml
1 parent 00e4f5a commit 56456df

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
name: CI
21
on:
3-
- push
4-
- pull_request
2+
push:
3+
branches: [master]
4+
tags: [v*]
5+
pull_request:
6+
57
jobs:
68
test:
79
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)