Skip to content

Commit 2b35b1f

Browse files
committed
ci: validate appstream metainfo
1 parent 317769c commit 2b35b1f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/validate-appstream-metainfo.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: validate appstream metainfo
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
paths: &push_paths
6+
- gui/resources/com.oppzippy.OpenSCQ30.metainfo.xml
7+
- .github/workflows/validate-appstream-metainfo.yml
8+
pull_request:
9+
paths: *push_paths
610

711
permissions:
812
contents: read

0 commit comments

Comments
 (0)