Skip to content

Commit

Permalink
ft(workflow): add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul0tripathi committed Feb 11, 2023
1 parent 3c2b49c commit 9467bfd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: goreleaser
name: build

on:
push:
tags:
- '*'
branches:
- master
pull_request:
types: ['opened', 'synchronize']
paths:
- '**.go'
- go.mod
- '.github/workflows/**'

jobs:
artifact-build:
Expand Down

0 comments on commit 9467bfd

Please sign in to comment.