Skip to content

Commit

Permalink
Merge branch 'main' of github.com:telatin/bamtocov into main
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Sep 29, 2022
2 parents 7ea1a82 + 5f1d0f3 commit f3fa2e3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# copied from Daniel Cook's Seq collection
name: "Build Bamtocov"

on:
- push
- pull_request
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:


jobs:
build:
Expand Down

0 comments on commit f3fa2e3

Please sign in to comment.