Merge branch 'main' into fix_marshaller

This commit is contained in:
Kevin Yu
2023-07-13 21:14:05 +08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -22,6 +22,7 @@ on:
- "go.mod" - "go.mod"
- "go.sum" - "go.sum"
- ".github/workflows/pr-build.yml" - ".github/workflows/pr-build.yml"
- ".github/workflows/seed-build.yml"
jobs: jobs:
pre-actions: pre-actions:
@ -33,7 +34,7 @@ jobs:
secrets: inherit secrets: inherit
build: build:
uses: daeuniverse/dae/.github/workflows/seed-build.yml@pr_build_fix uses: daeuniverse/dae/.github/workflows/seed-build.yml@main
with: with:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
pr_build: true pr_build: true