Skip to content

Commit

Permalink
🧑‍💻 Trigger workflows when updating them
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachLeo committed Jul 14, 2024
1 parent d7b2b5f commit fe558c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fix-ts-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Fix Typescript code style issues
on:
push:
paths:
- '.github/workflows/fix-ts-code-style-issues.yml'
- '**.js'
- '**.ts'
- '**.css'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Linting
on:
push:
paths:
- '.github/workflows/linting.yml'
- '**.js'
- '**.ts'
- 'package.json'
Expand Down

0 comments on commit fe558c4

Please sign in to comment.