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