diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index d151993..57d26ed 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -4,24 +4,25 @@ name: Test Linux on: - push: - branches: - - dev - - master - paths: - - notifypy/** - - tests/** - - pyproject.toml - - poetry.lock - pull_request: - branches: - - dev - - master - paths: - - notifypy/** - - tests/** - - pyproject.toml - - poetry.lock + # push: + # branches: + # - dev + # - master + # paths: + # - notifypy/** + # - tests/** + # - pyproject.toml + # - poetry.lock + # pull_request: + # branches: + # - dev + # - master + # paths: + # - notifypy/** + # - tests/** + # - pyproject.toml + # - poetry.lock + workflow_dispatch: jobs: build: diff --git a/.github/workflows/test_linux_dbus.yml b/.github/workflows/test_linux_dbus.yml index 117a62f..1080c1f 100644 --- a/.github/workflows/test_linux_dbus.yml +++ b/.github/workflows/test_linux_dbus.yml @@ -4,25 +4,26 @@ name: Test Linux (dbus) on: - push: - branches: - - dev - - master - paths: - - notifypy/** - - tests/** - - pyproject.toml - - poetry.lock - pull_request: - branches: - - dev - - master - paths: - - notifypy/** - - tests/** - - pyproject.toml - - poetry.lock - + # push: + # branches: + # - dev + # - master + # paths: + # - notifypy/** + # - tests/** + # - pyproject.toml + # - poetry.lock + # pull_request: + # branches: + # - dev + # - master + # paths: + # - notifypy/** + # - tests/** + # - pyproject.toml + # - poetry.lock + workflow_dispatch: + jobs: build: runs-on: ubuntu-latest