According to the GitHub Actions docs we can run action only when there are changes in given directory (or not run when something was modified in ignored one). It would be nice to run actions for Android or iOS only when there were some files modified in platform specific directory, and run all actions only when there were changes to the domain.
According to the GitHub Actions docs we can run action only when there are changes in given directory (or not run when something was modified in ignored one). It would be nice to run actions for Android or iOS only when there were some files modified in platform specific directory, and run all actions only when there were changes to the domain.