Skip to content

Commit

Permalink
ci: update push paths requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaTheFolf committed Jun 24, 2022
1 parent b501568 commit 7764227
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint-and-ts-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Linting and TypeScript Check

on: push
on:
push:
paths:
- "**.ts"
- "**.tsx"
- "**.js"

jobs:
linting-typescript-check:
Expand Down

0 comments on commit 7764227

Please sign in to comment.