Merge branch 'main' into fix_marshaller

This commit is contained in:
Kevin Yu 2023-07-13 21:14:05 +08:00 committed by GitHub
commit 8f3cfc24ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 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:
@ -33,7 +34,7 @@ jobs:
secrets: inherit
build:
uses: daeuniverse/dae/.github/workflows/seed-build.yml@pr_build_fix
uses: daeuniverse/dae/.github/workflows/seed-build.yml@main
with:
ref: ${{ github.event.pull_request.head.sha }}
pr_build: true