All checks were successful
Build and Test Staging / build_test_deploy (pull_request) Has been skipped
10 lines
185 B
YAML
10 lines
185 B
YAML
name: Build and Test Production
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
build_test_deploy:
|
|
uses: ./.gitea/workflows/build-common.yaml
|
|
with:
|
|
build_environment: production |