Skip to content

Commit

Permalink
Add condition to run Check Linter Errors workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Juansecu committed Feb 25, 2024
1 parent 602db92 commit 289d41f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-linter-errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- opened
- reopened
- synchronize
push:
tags:
- 'v*.*.*'

jobs:
check-linter-errors:
Expand Down

0 comments on commit 289d41f

Please sign in to comment.