Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
howmp authored Sep 15, 2022
1 parent b431a2c commit 140fb72
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Go

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

jobs:

Expand All @@ -23,5 +19,6 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*

0 comments on commit 140fb72

Please sign in to comment.