Skip to content

Commit

Permalink
Add in publishing to PR result
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwhite committed Oct 17, 2022
1 parent 9ce0a91 commit ba3714a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:


jobs:

Expand All @@ -29,3 +31,9 @@ jobs:

- name: Build Binaries
run: make binaries

- uses: actions/upload-artifact@v3
with:
name: binaries
path: |
bin/

0 comments on commit ba3714a

Please sign in to comment.