👷 goreleaser config update

This commit is contained in:
naiba
2021-11-03 21:40:22 +08:00
parent e12d87f2ce
commit e80f12e210
3 changed files with 19 additions and 15 deletions

View File

@@ -4,11 +4,12 @@ on:
workflow_run:
workflows: ["Run Tests"]
branches: [master]
types:
types:
- completed
jobs:
deploy:
on-success:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

View File

@@ -4,6 +4,12 @@ on:
push:
branches:
- master
paths-ignore:
- ".github/workflows/agent.yml"
- ".github/workflows/test-on-pr.yml"
- "README.md"
- ".goreleaser.yml"
jobs:
tests:
runs-on: ubuntu-latest