Skip to content

Commit 05160da

Browse files
committed
fix: Also run CI when updating CI
1 parent 29dde1c commit 05160da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- '**.py'
88
- 'pyproject.toml'
99
- 'uv.lock'
10+
- 'ci.yaml'
1011
- '!airflow_dbt_python/__version__.py'
1112
tags:
1213
- "v*"
@@ -17,6 +18,7 @@ on:
1718
- '**.py'
1819
- 'pyproject.toml'
1920
- 'uv.lock'
21+
- 'ci.yaml'
2022
- '!airflow_dbt_python/__version__.py'
2123

2224
jobs:

0 commit comments

Comments
 (0)