Skip to content

Commit

Permalink
Merge pull request bioconda#68 from bioconda/test-new-build
Browse files Browse the repository at this point in the history
run on push to main
  • Loading branch information
bgruening authored Jan 16, 2024
2 parents a912e10 + b936995 commit b2e3432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-env-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths:
- 'images/build-env/**'
- '.github/workflows/build-env-image.yml'
push:
branches:
- 'main'

jobs:
build:
Expand Down Expand Up @@ -112,4 +115,3 @@ jobs:
inputs: quay.io/${{ secrets.QUAY_BIOCONDA_USERNAME }}/${{ matrix.cfg.DOCKER_MANIFEST }}:${{ matrix.cfg.DOCKER_TAG }}
images: ${{ steps.interpolate.outputs.DOCKER_IMAGES }}
push: true

0 comments on commit b2e3432

Please sign in to comment.