Skip to content

Commit

Permalink
changelog update and ignore on *.md and *.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
LemurPwned committed Jan 5, 2024
1 parent 989fc67 commit 734b20c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
push:
branches: [ "master" ]
paths-ignore:
- '*.yaml'
- '*.md'
- '**.yaml'
- '**.md'
- 'docs/**'
- 'examples/**'
- LICENSE
- mkdocs.yml
pull_request:
branches: [ "master" ]
paths-ignore:
- '*.yaml'
- '*.md'
- '**.yaml'
- '**.md'
- 'docs/**'
- 'examples/**'
- LICENSE
Expand Down

0 comments on commit 734b20c

Please sign in to comment.