diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a42b6f6..b704516 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: id: list-changes run: | for file in ${{ steps.get-changes.outputs.files }}; do - if [[ $file =~ ^(defaults/*|modules/*|main.py)$ ]] ; then + if [[ $file =~ ^(modules|defaults|main.py)$ ]] ; then echo "$file will trigger docker build" echo "build=true" >> $GITHUB_OUTPUT else diff --git a/defaults/test.yml b/defaults/test.yml index cc5d644..1655a08 100644 --- a/defaults/test.yml +++ b/defaults/test.yml @@ -1 +1 @@ -test2: \ No newline at end of file +test2f: \ No newline at end of file diff --git a/docs/test.md b/docs/test.md index 4dd2234..8577cd7 100644 --- a/docs/test.md +++ b/docs/test.md @@ -1 +1 @@ -# Test12r5ser \ No newline at end of file +# Test12r5serf \ No newline at end of file diff --git a/main.py b/main.py index 8a8c194..1ef848a 100644 --- a/main.py +++ b/main.py @@ -1 +1 @@ -print("mai20grn") \ No newline at end of file +print("mai20grnf") \ No newline at end of file diff --git a/modules/test.py b/modules/test.py index bbd4808..6541975 100644 --- a/modules/test.py +++ b/modules/test.py @@ -1 +1 @@ -print("test6lej") \ No newline at end of file +print("test6lejf") \ No newline at end of file