search-replace-command/.github/workflows/testing.yml
2023-01-12 01:18:21 +00:00

14 lines
248 B
YAML

name: Testing
on:
pull_request:
push:
branches:
- main
- master
schedule:
- cron: '17 1 * * *' # Run every day on a seemly random time.
jobs:
test:
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main