Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis authored Oct 24, 2024
1 parent 1005e6e commit 8670b38
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ on:
- 'setup.py' # Package setup
- '.github/workflows/**' # Workflow files
- 'pyproject.toml' # Python project config
paths-ignore:
- '**.md' # Markdown files
- 'docs/**' # Documentation
- 'README*' # README files
- 'LICENSE*' # License files
pull_request:
branches: [ "main" ]
paths:
Expand All @@ -23,11 +18,6 @@ on:
- 'setup.py'
- '.github/workflows/**'
- 'pyproject.toml'
paths-ignore:
- '**.md'
- 'docs/**'
- 'README*'
- 'LICENSE*'

permissions:
contents: read
Expand Down

0 comments on commit 8670b38

Please sign in to comment.