Skip to content

Commit 417fff3

Browse files
committed
Run deprecated workflow only when change occurs in exercises folder
1 parent 6cfa806 commit 417fff3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/check-deprecated-exercises.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Deprecated
22

33
on:
44
pull_request:
5+
paths:
6+
- "exercises/**"
7+
push:
8+
branches:
9+
- main
10+
workflow_dispatch:
511

612
jobs:
713
test-deprecated:

0 commit comments

Comments
 (0)