mirror of
https://github.com/FlipsideCrypto/bsc-models.git
synced 2026-02-06 14:46:45 +00:00
14 lines
250 B
YAML
14 lines
250 B
YAML
name: docs_update
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
called_workflow_template:
|
|
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_docs_update.yml@main
|
|
secrets: inherit |