Skip to content

Commit

Permalink
Run TypeScript challenges workflow only when relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
shape-warrior-t authored Jun 29, 2024
1 parent 1b7de18 commit 4542228
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/typescript-challenges-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

name: CI for TypeScript challenges

on: push
on:
push:
paths:
- .github/workflows/typescript-challenges-ci.yml
- typescript-challenges/**

jobs:
ci:
Expand Down

0 comments on commit 4542228

Please sign in to comment.