Skip to content

Commit

Permalink
Update to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matipan committed Nov 3, 2020
1 parent fee75ab commit 7210a87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Go

on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ main ]

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7210a87

Please sign in to comment.