Currently, the GitHub Action that automatically applies Eslint changes fails when pushing a tag. This can be circumvented by including the branch filter in the on directive.
The double asterisks pattern ** is to make sure that it matches branch names with forward slashes in them, as per the pattern documentation.
Currently, the GitHub Action that automatically applies Eslint changes fails when pushing a tag. This can be circumvented by including the branch filter in the
on
directive.The double asterisks pattern
**
is to make sure that it matches branch names with forward slashes in them, as per the pattern documentation.This edit was a collaboration with @stelcodes 🐧