From ff9a8ee770623fa0ebcfa4dd1bb506c979cf2944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Miko=C5=82ajczyk?= <53557466+adimiko@users.noreply.github.com> Date: Sat, 25 May 2024 00:08:30 +0200 Subject: [PATCH] Updated github workflows (#227) * Updated pull-request.yaml * Updated documentation-deploy --- .github/workflows/documentation-deploy.yaml | 2 +- .github/workflows/documentation-test-deploy.yaml | 2 +- .github/workflows/pull-request.yaml | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation-deploy.yaml b/.github/workflows/documentation-deploy.yaml index 20af30fb..ee151cf7 100644 --- a/.github/workflows/documentation-deploy.yaml +++ b/.github/workflows/documentation-deploy.yaml @@ -5,7 +5,7 @@ on: branches: - main paths: - - '.github/workflows/documentation*.yml' + - '.github/workflows/documentation*.yaml' - 'documentation/**' jobs: diff --git a/.github/workflows/documentation-test-deploy.yaml b/.github/workflows/documentation-test-deploy.yaml index b5796026..2c29bd20 100644 --- a/.github/workflows/documentation-test-deploy.yaml +++ b/.github/workflows/documentation-test-deploy.yaml @@ -5,7 +5,7 @@ on: branches: - main paths: - - '.github/workflows/documentation*.yml' + - '.github/workflows/documentation*.yaml' - 'documentation/**' jobs: diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 5e6e666e..f1815561 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -4,6 +4,11 @@ on: pull_request: branches: - main + paths: + - '.github/workflows/pull-request.yaml' + - 'samples/**' + - 'source/**' + - 'tests/**' jobs: