Skip to content

Commit

Permalink
filter take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 9, 2020
1 parent 245a68b commit 77f5694
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
#------------------------------------------------------------------------------#
push_dockerhub:
name: Push a docker image to Docker Hub
name: Push to Docker Hub
runs-on: ubuntu-latest
if: ${{ github.repository == 'ktmeaton/plague-phylogeography' }}
env:
Expand All @@ -34,11 +34,7 @@ jobs:
uses: technote-space/get-diff-action@v1
with:
PREFIX_FILTER: |
config/
example/
profiles/
results/
.github/
workflow/envs/
FILES: |
Dockerfile
*.yaml
Expand Down

0 comments on commit 77f5694

Please sign in to comment.