diff --git a/.github/workflows/devRun.yml b/.github/workflows/devRun.yml index 3dcb2a216..ef8ebcae1 100644 --- a/.github/workflows/devRun.yml +++ b/.github/workflows/devRun.yml @@ -3,6 +3,10 @@ name: Pre merge test on: pull_request: branches: [ main ] + paths: + - '**/*.py' + - '**/*.toml' + - '.github/workflows/devRun.yml' jobs: merge_test: @@ -68,4 +72,4 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: allure-history + publish_dir: allure-history \ No newline at end of file