Skip to content

Commit

Permalink
fjkh
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed May 14, 2024
1 parent bc197a5 commit a3193bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion defaults/test.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test2f:
test2fh:
2 changes: 1 addition & 1 deletion docs/test.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Test12r5serf
# Test12r5serfh
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("mai20grnf")
print("mai20grnfh")
2 changes: 1 addition & 1 deletion modules/test.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("test6lejf")
print("test6lejfh")

0 comments on commit a3193bb

Please sign in to comment.