Skip to content

Commit

Permalink
Update runtests.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
bclyons12 committed Jul 18, 2024
1 parent 7b1fcc3 commit 57bb862
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
name: CI

on:
pull_request:
branches: ["master"]
push:
branches:
- master
tags: '*'
workflow_dispatch:
pull_request:

jobs:
make_docs:
permissions:
contents: write
statuses: write
name: Documentation
runs-on: ubuntu-latest
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- "1.x"
os:
- ubuntu-latest
arch:
- x64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 57bb862

Please sign in to comment.