Skip to content

Commit 8e545b5

Browse files
authored
only trigger on releases
1 parent 100e360 commit 8e545b5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/update-flathub.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ name: Update Flathub
1515

1616
on:
1717
push:
18-
branches: [main]
19-
paths:
20-
- eu.opencloud.OpenCloudDesktop.metainfo.xml
21-
- eu.opencloud.OpenCloudDesktop.yml
18+
tags:
19+
- 'v*'
2220

2321
jobs:
2422
update-flathub:

0 commit comments

Comments
 (0)