Skip to content

Commit

Permalink
Merge pull request #40 from kgmcquate/develop
Browse files Browse the repository at this point in the history
Fix: Fixed CICD triggering
  • Loading branch information
kgmcquate authored Jan 9, 2024
2 parents cd5fc0c + 0462e3e commit 237f559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dbt_test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Test DBT package

on:
workflow_dispatch:
push:
branches: [ "main", "develop" ]
paths:
- macros/
- macros/**
- dbt_project.yml
- .github/workflows/dbt_test.yml

Expand Down

0 comments on commit 237f559

Please sign in to comment.