Skip to content

Commit 92ef0a0

Browse files
committed
update ci
1 parent bcde022 commit 92ef0a0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
name: CI
44

55
on:
6-
pull_request:
7-
types:
8-
- opened
9-
- reopened
10-
- synchronize
6+
push:
7+
branches:
8+
- main
119

1210
jobs:
1311
flatpak:
@@ -38,7 +36,7 @@ jobs:
3836
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
3937
with:
4038
bundle: Taxi.flatpak
41-
manifest-path: com.github.alecaddd.taxi.yml
39+
manifest-path: io.github.ellie_commons.taxi.yml
4240
run-tests: true
4341
repository-name: appcenter
4442
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
@@ -58,4 +56,4 @@ jobs:
5856
uses: actions/checkout@v4
5957

6058
- name: Lint
61-
run: io.elementary.vala-lint -d .
59+
run: io.elementary.vala-lint -d .

0 commit comments

Comments
 (0)