diff --git a/.github/workflows/lint-python-package.yml b/.github/workflows/lint-python-package.yml index 99cefdf..e7b33f9 100644 --- a/.github/workflows/lint-python-package.yml +++ b/.github/workflows/lint-python-package.yml @@ -4,10 +4,10 @@ name: Lint Python Package on: -# push: -# branches: [ "pytest" ] -# pull_request: -# branches: [ "main" ] + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] workflow_dispatch: jobs: diff --git a/.github/workflows/pytest-devcontainer.yml b/.github/workflows/pytest-devcontainer.yml index 76c0165..8eee882 100644 --- a/.github/workflows/pytest-devcontainer.yml +++ b/.github/workflows/pytest-devcontainer.yml @@ -5,10 +5,9 @@ name: Pytest Python Package In Devcontainer on: push: -# branches: [ "main", "pytest" ] - branches: [ "pytest" ] -# pull_request: -# branches: [ "main" ] + branches: [ "main" ] + pull_request: + branches: [ "main" ] workflow_dispatch: jobs: