Skip to content

feat(#1290383): [Example App] Add latitude and Longitude Field in a S… #3158

feat(#1290383): [Example App] Add latitude and Longitude Field in a S…

feat(#1290383): [Example App] Add latitude and Longitude Field in a S… #3158

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '[1-9].[0-9]+.x'
- 'feature-[a-z]+'
pull_request:
branches:
- master
- '[1-9].[0-9]+.x'
- 'feature-[a-z]+'
types: [review_requested, ready_for_review, synchronize]
workflow_dispatch: ~
jobs:
tests:
if: github.event.pull_request.draft == false
name: Tests
uses: ./.github/workflows/tests.yml
with:
version: master
last_published_version: dev-master
use_default_github_ref: true
secrets: inherit