Skip to content

Commit

Permalink
Revert "Trying reverting some changes"
Browse files Browse the repository at this point in the history
This reverts commit f3faf80.
  • Loading branch information
levyishai committed Aug 19, 2024
1 parent f3faf80 commit 0125654
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ on:
branches: [ master ]
tags:
- 'v*'
paths:
- '**'
- '!docs/**'
- '.github/**'
pull_request:
branches: [ master ]
paths:
- '**'
- '!docs/**'
- '.github/**'

jobs:
buildAndDeploy:
Expand Down

0 comments on commit 0125654

Please sign in to comment.