Added triggers for k6 and nightly
This commit is contained in:
parent
f2c0d804a6
commit
d093eb362e
|
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- ki6_*
|
- ki6_*
|
||||||
|
repository_dispatch:
|
||||||
|
types: [build_k6]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- n*
|
- n*
|
||||||
|
repository_dispatch:
|
||||||
|
types: [build_nightly]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue