Skip to content

Commit

Permalink
chore: Don't run CI on version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Mar 27, 2023
1 parent 07b4edc commit 12921e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
branches: [ master ]
paths:
- '**.py'
- '!airflow_dbt_python/__version__.py'
tags:
- "v*"
pull_request:
branches:
- master
paths:
- '**.py'
- '!airflow_dbt_python/__version__.py'

jobs:
test:
Expand Down

0 comments on commit 12921e4

Please sign in to comment.