Skip to content

Commit

Permalink
Add Julia GitHub Actions. (HDFGroup#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and lrknox committed Mar 29, 2024
1 parent afc51c3 commit 203b13e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lin-auto-jl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: HDFGroup/hdf5
path: hdf5
- name: Install HDF5
run: |
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/lin-jl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
workflow_dispatch:
push:
pull_request:
<<<<<<< HEAD
branches: [ hdf5_1_14 ]
=======
branches: [ develop ]
>>>>>>> 967db7f... Add Julia GitHub Actions. (#4123)
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand All @@ -28,6 +32,10 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
<<<<<<< HEAD
=======
repository: HDFGroup/hdf5
>>>>>>> 967db7f... Add Julia GitHub Actions. (#4123)
path: hdf5
- name: Install HDF5
run: |
Expand Down

0 comments on commit 203b13e

Please sign in to comment.