Skip to content

Commit 12921e4

Browse files
committed
chore: Don't run CI on version bump
1 parent 07b4edc commit 12921e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
branches: [ master ]
66
paths:
77
- '**.py'
8+
- '!airflow_dbt_python/__version__.py'
89
tags:
910
- "v*"
1011
pull_request:
1112
branches:
1213
- master
1314
paths:
1415
- '**.py'
16+
- '!airflow_dbt_python/__version__.py'
1517

1618
jobs:
1719
test:

0 commit comments

Comments
 (0)