Skip to content

use legacy rdnn

use legacy rdnn #134

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yml

Invalid workflow file

(Line: 10, Col: 5): you may only define one of `branches` and `branches-ignore` for a single event
on:
pull_request:
branches: [ main ]
types:
- opened
- reopened
- synchronize
branches-ignore:
- 'legacy-rdnn'
jobs:
flatpak:
name: Flatpak
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/flatpak-platform/runtime:8
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: cherrypick.flatpak
manifest-path: io.github.ellie_commons.cherrypick.yml
run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
cache-key: "flatpak-builder-${{ github.sha }}"