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 875c85a commit 218d59aCopy full SHA for 218d59a
.github/workflows/main.yml
@@ -1,7 +1,9 @@
1
name: julia 1.0/1.3
2
on:
3
- - push
4
- - pull_request
+ push:
+ branches:
5
+ - master
6
+ pull_request:
7
8
jobs:
9
testMKLjl:
.github/workflows/nightly.yml
@@ -1,6 +1,8 @@
name: julia nightly
push:
pull_request:
schedule:
- cron: '1 0 1,15 * *'
0 commit comments