Skip to content

ci update

ci update #1

Workflow file for this run

name: Database Package CI
on:
push:
branches: ["master", "main", "develop"]
pull_request:
types: [opened, reopened, edited, synchronize]
branches: ["master", "main", "develop"]
paths-ignore:
- '*.md'
- 'README.md'
jobs:
check:
uses: ./.github/workflows/check.yml