From 7a5abf0f4e190b5e511272b8835ea266d06abf87 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 19 Feb 2021 08:50:12 +0200 Subject: [PATCH] add this branch on gh actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d5c2369..8b5bb312 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main ] + branches: [main,travis-to-github-actions] pull_request: - branches: [ main ] + branches: [main] jobs: @@ -14,7 +14,7 @@ jobs: strategy: matrix: - go_version: [1.15, 1.16] + go_version: [1.15,1.16] steps: - name: Set up Go 1.x