Skip to content

Commit

Permalink
Updated workflow to ignore .github directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Foggalong committed Aug 7, 2024
1 parent edef254 commit 84472fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
paths:
- '**.py'
- 'pyproject.toml'
paths-ignore:
- '.github/**'
- '!.github/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 84472fc

Please sign in to comment.