We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84074ea commit 1442fb2Copy full SHA for 1442fb2
.github/workflows/js.yml
@@ -10,6 +10,8 @@ on:
10
paths-ignore:
11
- '**.md'
12
pull_request:
13
+ paths:
14
+ - 'frontend/**'
15
16
17
# Allows you to run this workflow manually from the Actions tab
.github/workflows/rust.yml
+ - 'src/**'
0 commit comments