Skip to content

Create CI.yml

Create CI.yml #1

Workflow file for this run

# A workflow to check new / changed maps
name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
pull-requests: read
jobs:
check-new-maps:
name: '${{ github.event_name }}'
uses: Warzone2100/maps-database/.github/workflows/check_new_maps.yml@main