15 lines
278 B
YAML
15 lines
278 B
YAML
name: Build
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
- main
|
|
pull_request:
|
|
types: [ opened, synchronize, reopened ]
|
|
jobs:
|
|
build:
|
|
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.5.4
|
|
with:
|
|
mutation-testing: false
|
|
secrets: inherit
|