Skip to content

Commit c62393a

Browse files
authored
Merge pull request #202 from nirtal85/path
path
2 parents edd70c5 + b7cfd79 commit c62393a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/devRun.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Pre merge test
33
on:
44
pull_request:
55
branches: [ main ]
6+
paths:
7+
- '**/*.py'
8+
- '**/*.toml'
9+
- '.github/workflows/devRun.yml'
610

711
jobs:
812
merge_test:
@@ -68,4 +72,4 @@ jobs:
6872
uses: peaceiris/actions-gh-pages@v4
6973
with:
7074
github_token: ${{ secrets.GITHUB_TOKEN }}
71-
publish_dir: allure-history
75+
publish_dir: allure-history

0 commit comments

Comments
 (0)