Skip to content

Commit 81cf113

Browse files
committed
fix: Actually run CI on CI changes
1 parent 20db3c5 commit 81cf113

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**.py'
88
- 'pyproject.toml'
99
- 'uv.lock'
10-
- 'ci.yaml'
10+
- '**/ci.yaml'
1111
- '!airflow_dbt_python/__version__.py'
1212
tags:
1313
- "v*"
@@ -18,7 +18,7 @@ on:
1818
- '**.py'
1919
- 'pyproject.toml'
2020
- 'uv.lock'
21-
- 'ci.yaml'
21+
- '**/ci.yaml'
2222
- '!airflow_dbt_python/__version__.py'
2323

2424
jobs:

0 commit comments

Comments
 (0)