Skip to content

Commit

Permalink
Merge branch 'master' into ah/1436-handle-exception
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Feb 8, 2024
2 parents 11012b5 + 609e4f1 commit bc1509a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/branch-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ name: branch-integration-tests
on:
push:
branches:
- '*'
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master

jobs:
integration-tests:
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ classifiers = [
"Intended Audience :: Developers",
"Natural Language :: English",
"Environment :: Console",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[tool.poetry.scripts]
Expand Down

0 comments on commit bc1509a

Please sign in to comment.