Skip to content

Ignore pointer interceptor on web #1

Ignore pointer interceptor on web

Ignore pointer interceptor on web #1

Workflow file for this run

name: Flutter app CI
on:
push:
branches:
- main
tags:
- v*
pull_request:
merge_group:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
dart:
permissions:
contents: read
uses: famedly/frontend-ci-templates/.github/workflows/dart.yml@main
with:
env_file: ".github/workflows/versions.env"
secrets:
ssh_key: "${{ secrets.CI_SSH_PRIVATE_KEY }}"
general:
permissions:
contents: read
uses: famedly/frontend-ci-templates/.github/workflows/general.yml@main