From e21bdb50a3005ac137d838a49b794cac536f7cd5 Mon Sep 17 00:00:00 2001 From: Vadim Melnik Date: Mon, 9 Oct 2023 17:22:58 +0300 Subject: [PATCH] PyTest integrations with github workflow actions (work-in-progress). --- .github/workflows/pytest.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ebb9a40..3a13a55 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,12 +1,14 @@ +--- name: PyTest on: push: - branches: - - master + branches: [main] pull_request: - branches: - - master + branches: [main] + +permissions: + contents: read env: POSTGRES_DB: rmdb