Skip to content

Commit

Permalink
Fix dirty version in Docker and run workflow only on tag (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Jul 7, 2023
1 parent 25ce854 commit 726d8ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
28 changes: 3 additions & 25 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
__pycache__
asreview.egg-info
build
dist
docker
docs
data
env
images
tests

.coveragerc
.dockerignore
.gitattributes
.github
.gitignore
.gitmodules
.readthedocs.yaml
.vscode
.zenodo.json
app.json
asreview/webapp/node_modules
azuredeploy.json
azuredeploy.parameters.json
MANIFEST.in
*.md

!README.md

# .git is not ignored because we need the information for versioneer
instance
project_folder
5 changes: 0 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ name: Docker deployment

on:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'

jobs:
docker:
Expand Down

0 comments on commit 726d8ca

Please sign in to comment.