diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b704516..b66e6fe 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 =~ ^(modules|defaults|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 1655a08..bb78b5b 100644 --- a/defaults/test.yml +++ b/defaults/test.yml @@ -1 +1 @@ -test2f: \ No newline at end of file +test2fh: \ No newline at end of file diff --git a/docs/test.md b/docs/test.md index 8577cd7..911cace 100644 --- a/docs/test.md +++ b/docs/test.md @@ -1 +1 @@ -# Test12r5serf \ No newline at end of file +# Test12r5serfh \ No newline at end of file diff --git a/main.py b/main.py index 1ef848a..3a81434 100644 --- a/main.py +++ b/main.py @@ -1 +1 @@ -print("mai20grnf") \ No newline at end of file +print("mai20grnfh") \ No newline at end of file diff --git a/modules/test.py b/modules/test.py index 6541975..34f750a 100644 --- a/modules/test.py +++ b/modules/test.py @@ -1 +1 @@ -print("test6lejf") \ No newline at end of file +print("test6lejfh") \ No newline at end of file