workflow ifc
This commit is contained in:
parent
a99f9b75d4
commit
21c71b7e2b
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ jobs:
|
|||
then
|
||||
echo "exec python file"
|
||||
python3 $file
|
||||
elif [[ $extension == "ifc" ]]
|
||||
then
|
||||
echo "exec ifc file"
|
||||
python3 $file
|
||||
else
|
||||
echo $extension
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue