Skip to content

Commit

Permalink
Fix case sensitivity for README.md in build_dbt.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcrosher committed Jan 26, 2025
1 parent 6a3ba2b commit 62ec388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
paths-ignore:
- adb/**
- adf/**
- readme.md
- README.md
pull_request:
branches:
- main
paths-ignore:
- adb/**
- adf/**
- readme.md
- README.md

env:
profile: ajc_adb_dbt_all_purpose
Expand Down

0 comments on commit 62ec388

Please sign in to comment.