ci: 修改ci
All checks were successful
Release / deploy (push) Successful in 1m57s

This commit is contained in:
王一之 2023-11-10 10:54:48 +08:00
parent ac04817346
commit cd43e0a621
2 changed files with 0 additions and 8 deletions

View File

@ -6,11 +6,6 @@ on:
- main
- release/*
pull_request:
branches:
- main
- release/*
env:
APP_NAME: "dnspod-watch"
NAMESPACE: app

View File

@ -7,9 +7,6 @@ on:
- !release/*
pull_request:
branches:
- !main
- !release/*
env:
GOPROXY: ${{ secrets.GOPROXY && secrets.GOPROXY || 'https://goproxy.cn,direct' }}