Skip to content

Switch form packgist.smie.fr to elasticsuite.repo.packagist.com via a… #2833

Switch form packgist.smie.fr to elasticsuite.repo.packagist.com via a…

Switch form packgist.smie.fr to elasticsuite.repo.packagist.com via a… #2833

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
secrets: inherit