Skip to content

Commit e7ca690

Browse files
committed
Actions: fix paths
1 parent 60a701a commit e7ca690

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Lint
22
on:
33
pull_request:
4+
paths:
5+
- '**.vala'
46

57
jobs:
68
lint:

build-aux/flatpak/com.cassidyjames.plausible.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sources": [
1919
{
2020
"type": "dir",
21-
"path": "."
21+
"path": "../.."
2222
}
2323
]
2424
}

0 commit comments

Comments
 (0)