Skip to content

Commit

Permalink
Merge pull request #189 from saeidee/checking-pipeline
Browse files Browse the repository at this point in the history
feat: added pull request rule to pipeline job
  • Loading branch information
saeidee committed May 19, 2023
2 parents 7d3f40a + 9812414 commit 38ebed0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- '**'
- '*'
pull_request:
branches:
- master

permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion error_translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ package postgres

import (
"encoding/json"
"github.com/jackc/pgx/v5/pgconn"

"gorm.io/gorm"

"github.com/jackc/pgx/v5/pgconn"
)

var errCodes = map[string]string{
Expand Down

0 comments on commit 38ebed0

Please sign in to comment.