We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdb762 commit 70ad733Copy full SHA for 70ad733
1 file changed
.github/workflows/check-deprecated-exercises.yml
@@ -2,6 +2,12 @@ name: Deprecated
2
3
on:
4
pull_request:
5
+ paths:
6
+ - "exercises/**"
7
+ push:
8
+ branches:
9
+ - main
10
+ workflow_dispatch:
11
12
jobs:
13
test-deprecated:
0 commit comments