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 284d17a commit e867205Copy full SHA for e867205
.github/workflows/ci-julia-nightly.yml
@@ -2,15 +2,15 @@ name: CI (Julia nightly)
2
on:
3
pull_request:
4
branches:
5
- - master
+ - main
6
paths-ignore:
7
- 'LICENSE.md'
8
- 'README.md'
9
- '.github/workflows/TagBot.yml'
10
push:
11
tags: '*'
12
13
14
15
16
.github/workflows/ci.yml
@@ -2,15 +2,15 @@ name: CI
0 commit comments