Skip to content

Commit

Permalink
ci(build_on_pull_request): Run goreleaser build --snapshot on pull re…
Browse files Browse the repository at this point in the history
…quests
  • Loading branch information
ondrejsika committed May 1, 2023
1 parent a6f8811 commit 0d11c6a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build_on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Build on Pull Request"

on:
pull_request:
branches: [ "*" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
args: build --snapshot --skip-before

0 comments on commit 0d11c6a

Please sign in to comment.