dae/.github/workflows/build.yml
Kevin Yu e6b18000db
ci(build,daily-build.yml): adhere to naming convention (#208)
* ci(build,daily-build.yml): adhere to naming convention

* Update daily-build.yml
2023-07-11 23:27:30 +08:00

38 lines
782 B
YAML

# _
# __| | __ _ ___
# / _` |/ _` |/ _ \
# | (_| | (_| | __/
# \__,_|\__,_|\___|
#
# Copyright (C) 2023 @daeuniverse <https://github.com/daeuniverse>
#
# This is a open-source software, liscensed under the AGPL-3.0 License.
# See /License for more information.
name: Build (Main)
on:
push:
branches:
- main
paths:
- "**/*.go"
- "**/*.c"
- "**/*.h"
- "go.mod"
- "go.sum"
- ".github/workflows/build.yml"
- "Makefile"
jobs:
pre-actions:
uses: daeuniverse/ci-seed-jobs/.github/workflows/pre-actions.yml@master
with:
repository: ${{ github.repository }}
ref: ${{ github.sha }}
fetch-depth: 0
secrets: inherit
build:
uses: daeuniverse/dae/.github/workflows/seed-build.yml@main