Closed BeepBot99 closed 9 months ago
This has been fixed but still needs testing to ensure that it has worked.
Just checking, is this supposed to happen?
No, that is not supposed to happen. You made the commits in main, so it should have gone through.
It has been fixed.
I copied the code for preventing it in all other branches from StackOverflow. Using git
on desktop, the default name for the main branch is master
. However, on GitHub, it is main
. The code I used prevented the action from running in all other branches than master
, which doesn't exist. What I wanted was to prevent it from running in all branches other than main
. I have changed and tested it. It is now working as intended.
This is a really important problem and needs to be fixed immediately. If you are testing something in another branch, when you commit it, it will push that branch to the website.