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