Skip to content

Merge branch 'main' of https://github.com/WatWowMap/ReactMap #166

Merge branch 'main' of https://github.com/WatWowMap/ReactMap

Merge branch 'main' of https://github.com/WatWowMap/ReactMap #166

Workflow file for this run

name: Main CI
on: [push, pull_request]
jobs:
config:
uses: ./.github/workflows/config.yml
locales:
uses: ./.github/workflows/locales.yml
release:
uses: ./.github/workflows/release.yml
needs: [config, locales]
docker:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/docker.yml
needs: [config, locales]