Enable running tests on demand

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-12-22 12:41:30 +02:00
parent 70114e3fd3
commit c8cec8e18b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,11 +1,13 @@
name: build
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
- github-actions
jobs:
container:

View File

@@ -1,11 +1,13 @@
name: e2e
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
- github-actions
jobs:
kind: