Skip to content

Commit

Permalink
Merge pull request #14 from JuliaConstraints/dev
Browse files Browse the repository at this point in the history
Update CI and main branch rules
  • Loading branch information
Azzaare authored Oct 11, 2024
2 parents c510a8b + 773f45e commit c6c8194
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: CI
on:
pull_request:
branches:
- main
- dev
paths-ignore:
- "docs/**"
push:
branches:
- main
tags: ['*']
pull_request:
paths-ignore:
- "docs/**"
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
Expand All @@ -23,8 +29,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- 'pre'
- 'lts' # automatically expands to the latest LTS release of Julia
- '1' # automatically expands to the latest stable 1.x release of Julia
- 'pre' # automatically expands to the latest pre-release of Julia
os:
- ubuntu-latest
- macOS-latest
Expand Down

0 comments on commit c6c8194

Please sign in to comment.