Skip to content

Commit

Permalink
Merge pull request #28 from wtsi-hgi/main-merge
Browse files Browse the repository at this point in the history
Merge main commits from develop back to develop.

Make CI run on PRs against develop.
  • Loading branch information
sb10 authored Sep 26, 2023
2 parents 6321d7d + efd268e commit 2ec5bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, develop ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: spack/spack
ref: 0707ffd4e466402bf19dff1add59eaf2b6d9154e
ref: e8658d6493887ef702dd38f0e9ee5870a1651c1e
path: spack

- name: Update PATH
Expand Down

0 comments on commit 2ec5bf1

Please sign in to comment.