1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00

add this branch on gh actions

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-19 08:50:12 +02:00
parent 1243150690
commit 7a5abf0f4e

View File

@@ -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