Skip to content

Commit

Permalink
Exclude test dir from docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Oct 12, 2021
1 parent c6716e6 commit 20976f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.git/
venv/
test/
1 change: 0 additions & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_run:
workflows: ["tests"]
branches: [main]
tags: [v*]
types:
- completed

Expand Down

0 comments on commit 20976f2

Please sign in to comment.