workflow ifc

This commit is contained in:
Milovann Yanatchkov 2024-02-04 10:21:01 +01:00
parent a99f9b75d4
commit 21c71b7e2b

View file

@ -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