From 92ef0a0ad7f45ebd75a64f3c8890f5a3bacf126d Mon Sep 17 00:00:00 2001 From: Alain Date: Thu, 26 Dec 2024 17:30:09 -0500 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54e3cfb..b4b803e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,9 @@ name: CI on: - pull_request: - types: - - opened - - reopened - - synchronize + push: + branches: + - main jobs: flatpak: @@ -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 @@ -58,4 +56,4 @@ jobs: uses: actions/checkout@v4 - name: Lint - run: io.elementary.vala-lint -d . + run: io.elementary.vala-lint -d . \ No newline at end of file