Exclude test dir from docker actions
This commit is contained in:
parent
c6716e6d46
commit
20976f2ab9
|
@ -1,2 +1,3 @@
|
|||
.git/
|
||||
venv/
|
||||
test/
|
||||
|
|
1
.github/workflows/buildx.yml
vendored
1
.github/workflows/buildx.yml
vendored
|
@ -4,7 +4,6 @@ on:
|
|||
workflow_run:
|
||||
workflows: ["tests"]
|
||||
branches: [main]
|
||||
tags: [v*]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user