chore: workflows

This commit is contained in:
mzz2017 2023-01-29 13:41:59 +08:00
parent 3c55d086e9
commit 92ef179eed

View File

@ -3,19 +3,12 @@ name: Release
on:
release:
types: [ prereleased ]
push:
branches:
- main
- v*
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
pull_request:
types: [ opened, synchronize, reopened ]
paths:
- "**/*.go"
- "**/*.c"
- "**/*.h"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"