Added triggers for k6 and nightly

This commit is contained in:
Salvador E. Tropea 2022-03-26 17:17:29 -03:00
parent f2c0d804a6
commit d093eb362e
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
push:
tags:
- ki6_*
repository_dispatch:
types: [build_k6]
jobs:
push_to_registry:

View File

@ -4,6 +4,8 @@ on:
push:
tags:
- n*
repository_dispatch:
types: [build_nightly]
jobs:
push_to_registry: