From 7210a873c4930a0988b7a6438f544496642bcf22 Mon Sep 17 00:00:00 2001 From: Matias Pan Date: Mon, 2 Nov 2020 21:36:57 -0300 Subject: [PATCH] Update to use main branch --- .github/workflows/go.yml | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 95d9cc6..dcb3e1e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,9 @@ name: Go on: pull_request: - branches: [ master ] + branches: [ main ] + push: + branches: [ main ] jobs: test: diff --git a/README.md b/README.md index 8b7b009..2f7f099 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Doubleclick +![Go](https://github.com/matipan/doubleclick/workflows/Go/badge.svg?event=push) [![PkgGoDev](https://pkg.go.dev/badge/github.com/matipan/doubleclick)](https://pkg.go.dev/github.com/matipan/doubleclick) This package implements the decryption of prices according to Google's OpenRTB-DoubleClick cryptography: https://developers.google.com/authorized-buyers/rtb/response-guide/decrypt-price.