JS1010111
JS1010111
Almost forgot... you can take a look at a run logs on my fork https://github.com/JS1010111/firmware/actions
I'm sure it's possible but it seems that github doesn't make it trivial. I'll make it work on a test repo and get back to you soon.
This works: ```yaml on: push: tags: - '**' - '!**bootstrap*' ``` So it silently checks these rules everytime you push something. In this case, it's defined to only be triggered...