13
0
Fork 0
mirror of https://github.com/goreleaser/goreleaser-action.git synced 2026-07-03 19:49:37 +00:00

Update CI workflow

This commit is contained in:
CrazyMax 2020-12-01 20:40:45 +01:00
parent 0e7950faac
commit 97d4c6b042
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -3,14 +3,16 @@ name: ci
on:
schedule:
- cron: '0 10 * * *' # everyday at 10am
pull_request:
branches:
- master
- releases/v*
push:
branches:
- master
- releases/v*
- 'master'
- 'releases/v*'
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'releases/v*'
jobs:
ci: