Skip to content

Commit

Permalink
match format of others
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 27, 2024
1 parent 66efe12 commit d257763
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build-env-image.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: 'Build & Push: bioconda-utils-build-env-cos7'
on:
pull_request:
paths:
- 'images/build-env/**'
- '.github/workflows/build-env-image.yml'
push:
branches:
- 'main'
- main
paths:
- images/build-env/**
- .github/workflows/build-env-image.yml
pull_request:
paths:
- images/build-env/**
- .github/workflows/build-env-image.yml


jobs:
build:
Expand Down

0 comments on commit d257763

Please sign in to comment.