Skip to content

Commit

Permalink
fix: build on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
aloknerurkar committed Jul 19, 2021
1 parent ff1a625 commit 5b3bff8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Go

on: [pull_request]
on:
push:
branches:
- 'main'
pull_request:
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit 5b3bff8

Please sign in to comment.