Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
aburousan committed Nov 24, 2023
1 parent 31766d5 commit a43f6f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@

name: CI
on:
- push
- pull_request
push:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:
jobs:
test: # Job to run test suite
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit a43f6f1

Please sign in to comment.