twelve-of-code-official / website

The source code for the Twelve of Code website
https://mesure.x10.mx/twelve-of-code
GNU General Public License v3.0
0 stars 0 forks source link

Changed on push to on push to main in ftp-deploy.yml #114

Closed BeepBot99 closed 7 months ago

BeepBot99 commented 7 months ago

Currently, the FTP Deploy action is triggered whenever any push is made. Then, if and only if the push was made to main, it will run the FTP Deploy action. If we continue to do it this way, then every time any push is made, it will trigger the action, and many will look like this: image We don't want that. I changed it to only triggering the action in the first place if the push was made to main. That way, there will be no more "skipped" actions like that.