Skip to content

Commit

Permalink
Fix wrong branch in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Dec 11, 2024
1 parent 78f8336 commit 70910e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
tags: '*'
concurrency:
# Skip intermediate builds: always.
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- run: |
Expand Down

0 comments on commit 70910e4

Please sign in to comment.