Skip to content

Commit

Permalink
also test code to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Feb 22, 2024
1 parent f772669 commit a143e50
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_illumina_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Testing illumina / docker from PR
on:
pull_request:
branches: master
branches: [ master, dev ]
types: [ opened, synchronize, reopened ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_illumina_singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Testing illumina / singularity from PR
on:
pull_request:
branches: master
branches: [ master, dev ]
types: [ opened, synchronize, reopened ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_nanopore_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Testing nanopore / docker from PR
on:
pull_request:
branches: master
branches: [ master, dev ]
types: [ opened, synchronize, reopened ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_nanopore_singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Testing nanopore / singularity from PR
on:
pull_request:
branches: master
branches: [ master, dev ]
types: [ opened, synchronize, reopened ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_pacbio_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Testing pacbio / docker from PR
on:
pull_request:
branches: master
branches: [ master, dev ]
types: [ opened, synchronize, reopened ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_pacbio_singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Testing pacbio / singularity from PR
on:
pull_request:
branches: master
branches: [ master, dev ]
types: [ opened, synchronize, reopened ]

jobs:
Expand Down

0 comments on commit a143e50

Please sign in to comment.