mirror of
https://github.com/leonezz/obsidian-tasks-calendar-wrapper.git
synced 2026-07-22 07:30:29 +00:00
fix: linter action no longer fails on tag push
This commit is contained in:
parent
fda48afe6a
commit
fff6bffb31
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Eslinter Fix and Push CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
jobs:
|
||||
linter:
|
||||
|
|
|
|||
Loading…
Reference in a new issue