Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzarei4 committed Jun 13, 2024
1 parent b86d5d3 commit 602cebb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI
on:
pull_request:
branches:
- master
push:
branches:
- main
tags: ['*']
pull_request:
- master
tags: '*'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand All @@ -20,7 +22,7 @@ jobs:
version:
- '1'
os:
- ubuntu-latest
- [ubuntu-latest]
arch:
- x64
steps:
Expand All @@ -47,7 +49,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: "1"
version: "1.9"
- uses: julia-actions/julia-docdeploy@releases/v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 602cebb

Please sign in to comment.