diff --git a/.github/workflows/build-docs-tests.yml b/.github/workflows/build-docs-tests.yml index c27e5e56..eaecc542 100644 --- a/.github/workflows/build-docs-tests.yml +++ b/.github/workflows/build-docs-tests.yml @@ -6,6 +6,7 @@ on: pull_request: branches: - master + - dev # Allows to run this workflow manually from the Actions tab workflow_dispatch: jobs: diff --git a/.github/workflows/codestyle-check.yml b/.github/workflows/codestyle-check.yml index 699d2669..d05533d2 100644 --- a/.github/workflows/codestyle-check.yml +++ b/.github/workflows/codestyle-check.yml @@ -6,6 +6,7 @@ on: pull_request: branches: - master + - dev # Allows to run this workflow manually from the Actions tab workflow_dispatch: jobs: diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 8e13d711..daeb660a 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -6,6 +6,7 @@ on: pull_request: branches: - master + - dev # Allows to run this workflow manually from the Actions tab workflow_dispatch: jobs: