Ghost/apps/comments-ui/.github/workflows/test.yml

13 lines
231 B
YAML
Raw Normal View History

name: Test
on:
pull_request:
push:
branches:
- main
- 'renovate/*'
jobs:
test:
uses: tryghost/actions/.github/workflows/test.yml@main
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}