Leonezz / obsidian-tasks-calendar-wrapper

This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
MIT License
185 stars 11 forks source link

fix: linter action no longer fails on tag push #53

Closed massivebird closed 1 year ago

massivebird commented 1 year ago

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 🐧

Leonezz commented 1 year ago

Hi @massivebird, thanks for the contribution!