Skip to content

Commit

Permalink
another try for not running tests when examples are edited
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed Jun 17, 2024
1 parent eb9edbd commit e2094bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Functional tests
on:
push:
branches: [ "main" ]
paths: ['! examples/**']
paths-ignore: ['examples/**']
pull_request:
branches: [ "main" ]
paths: ['! examples/**']
paths-ignore: ['examples/**']

permissions:
contents: read
Expand Down

0 comments on commit e2094bb

Please sign in to comment.