CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Restrict main branch #308

Closed CodeWringer closed 7 months ago

CodeWringer commented 1 year ago

Currently, manually pushing to main is possible.

This should be prohibited. Instead, only pull requests should be able to merge any changes to main. Additionally, a github action should be setup which runs the unit-tests and only allows a merge, if no tests fail.

CodeWringer commented 7 months ago

Done. Unit-tests are not implemented though, because they do not yet work.