mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
👷 goreleaser config update
This commit is contained in:
5
.github/workflows/dashboard.yml
vendored
5
.github/workflows/dashboard.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user