You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just set Travis CI configuration and send PR#9.
For /^dev-backend.*$/ or main branch, backend test will be run.
For /^dev-frontend.*$/ or main branch, frontend test will be run. (regular expression)
Therefore, if you want to make new branch, name it like that I wrote above, please.
The text was updated successfully, but these errors were encountered:
I just set Travis CI configuration and send PR#9.
For
/^dev-backend.*$/
or main branch, backend test will be run.For
/^dev-frontend.*$/
or main branch, frontend test will be run. (regular expression)Therefore, if you want to make new branch, name it like that I wrote above, please.
The text was updated successfully, but these errors were encountered: