Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/openbiosim/sire
Browse files Browse the repository at this point in the history
  • Loading branch information
chryswoods committed Feb 9, 2023
2 parents 902d5c0 + 7483121 commit aa77b16
Show file tree
Hide file tree
Showing 1,133 changed files with 174,537 additions and 197,447 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ name: Build
on:
workflow_dispatch:
push:
branches: [devel, main]
# only devel, as a release is the back merge
# from main to devel
branches: [devel]
pull_request:
branches: [devel, main]
branches: [devel]

jobs:
build:
Expand Down
Loading

0 comments on commit aa77b16

Please sign in to comment.