Skip to content

Fix missing '-' in build.yml #2

Fix missing '-' in build.yml

Fix missing '-' in build.yml #2

Workflow file for this run

name: Load data into MotherDuck

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

`merge` is not a valid event name
on:
merge:
branches:
- main
jobs:
build:
- name: Load data into MotherDuck
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Setup Python
uses: actions/setup-python@v5.0.0
with:
python-version: "3.11.x"
- name: Install Python dependencies
run: |
python3 -m pip install uv
uv pip install --system -r requirements.txt
- name: Run Transformations
run: |
dbt deps
dbt build --target prod