Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-05 11:02:19 +02:00
parent 12e145a66a
commit 7c2c067ce7
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ on:
default: 'false'
push:
branches:
- dev
- backend_ci_test
paths:
- ee/backend/**
- backend/**

View file

@ -1,5 +1,6 @@
package main
// test commit
import (
"errors"
"log"