Formatting improvements (#134)

* formatting improvements

* .yml triggers
This commit is contained in:
Sebastian Raschka
2024-04-28 12:05:32 -05:00
committed by GitHub
parent 5ae5e9df3b
commit d088753fca
4 changed files with 15 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
name: Code tests on macOS
name: Code tests (macOS)
on:
push:
@@ -7,6 +7,7 @@ on:
- '**/*.py' # Run workflow for changes in Python files
- '**/*.ipynb'
- '**/*.yaml'
- '**/*.yml'
- '**/*.sh'
pull_request:
branches: [ main ]
@@ -14,6 +15,7 @@ on:
- '**/*.py'
- '**/*.ipynb'
- '**/*.yaml'
- '**/*.yml'
- '**/*.sh'
jobs: