Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Dec 26, 2024
1 parent bcde022 commit 92ef0a0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
name: CI

on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main

jobs:
flatpak:
Expand Down Expand Up @@ -38,7 +36,7 @@ jobs:
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: Taxi.flatpak
manifest-path: com.github.alecaddd.taxi.yml
manifest-path: io.github.ellie_commons.taxi.yml
run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
Expand All @@ -58,4 +56,4 @@ jobs:
uses: actions/checkout@v4

- name: Lint
run: io.elementary.vala-lint -d .
run: io.elementary.vala-lint -d .

0 comments on commit 92ef0a0

Please sign in to comment.