Exclude test dir from docker actions

This commit is contained in:
Ben Busby 2021-10-11 21:13:59 -06:00
parent c6716e6d46
commit 20976f2ab9
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14
2 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,3 @@
.git/
venv/
test/

View File

@ -4,7 +4,6 @@ on:
workflow_run:
workflows: ["tests"]
branches: [main]
tags: [v*]
types:
- completed