Update workflow

This commit is contained in:
Till Faelligen 2023-03-09 11:06:18 +01:00
parent 7834a124c9
commit fefd8a6cfe
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -6,10 +6,12 @@ on:
- main
paths:
- '**.go' # only execute on changes to go files
- 'go.sum' # or dependency updates
- '.github/workflows/**' # or workflow changes
pull_request:
paths:
- '**.go'
- 'go.sum' # or dependency updates
- '.github/workflows/**'
release:
types: [published]