Skip to content

Commit

Permalink
ignore changes in markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed Oct 30, 2024
1 parent 26977e7 commit ed14c6d
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-ignore: ['examples/**']
paths-ignore: ['examples/**', '**.md']
pull_request:
branches: [ "main" ]
paths-ignore: ['examples/**']
paths-ignore: ['examples/**', '**.md']

permissions:
contents: read
Expand Down

0 comments on commit ed14c6d

Please sign in to comment.