ci(build,pr-build): watch changes made to seed-build.yml (#211)

* ci(build): watch changes made to seed-build.yml

* ci(pr-build): watch changes made to seed-build.yml
This commit is contained in:
Kevin Yu 2023-07-13 21:01:31 +08:00 committed by GitHub
parent 6dad0a2d86
commit c1f61189d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ on:
- "go.mod"
- "go.sum"
- ".github/workflows/build.yml"
- ".github/workflows/seed-build.yml"
- "Makefile"
jobs:

View File

@ -22,6 +22,7 @@ on:
- "go.mod"
- "go.sum"
- ".github/workflows/pr-build.yml"
- ".github/workflows/seed-build.yml"
jobs:
pre-actions: