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 9e44b60 commit 0d34ebcCopy full SHA for 0d34ebc
.github/workflows/julia.yml
@@ -1,7 +1,5 @@
1
name: Julia
2
on:
3
- push:
4
- branches: [ "dev" ]
5
pull_request:
6
branches: [ "main" ]
7
release:
@@ -10,7 +8,6 @@ env:
10
8
CARGO_TERM_COLOR: always
11
9
jobs:
12
test:
13
- if: github.event_name == 'release'
14
strategy:
15
fail-fast: false
16
matrix:
@@ -38,6 +35,7 @@ jobs:
38
35
if: runner.os == 'Linux'
39
36
run: julia -e 'using Pkg; Pkg.add("JuliaFormatter"); using JuliaFormatter; if format("./") == true; exit(0); else exit(1); end'
40
37
register:
+ if: github.event_name == 'release'
41
runs-on: ubuntu-latest
42
steps:
43
- uses: actions/github-script@v6
@@ -47,5 +45,5 @@ jobs:
47
45
owner: context.repo.owner,
48
46
repo: context.repo.repo,
49
commit_sha: context.sha,
50
- body: '@JuliaRegistratorASDF register'
+ body: '@JuliaRegistrator register'
51
})
0 commit comments