MiniSearch / .github /workflows /on-pull-request-to-main.yml
github-actions[bot]
Sync from https://github.com/felladrin/MiniSearch
886ab52
raw
history blame
287 Bytes
name: On Pull Request To Main
on:
pull_request:
types: [opened, synchronize, reopened]
branches: ["main"]
jobs:
test-lint-ping:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-test-lint-ping') }}
uses: ./.github/workflows/reusable-test-lint-ping.yml