From 68b6ca8f7fea29df1a6e6de4a05e570646da4f1d Mon Sep 17 00:00:00 2001 From: Mateusz Kowalkowski Date: Tue, 24 Oct 2023 22:05:38 +0200 Subject: [PATCH] merged actions test pipeline with robot framework --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 549487b..c1b81ee 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,9 @@ name: Docker Image CI on: push: - branches: [ "actions-tests2" ] + branches: [ "main" ] pull_request: - branches: [ "actions-tests2" ] + branches: [ "main" ] jobs: test: