Files
component-detection-depende…/.github/workflows/test.yml
2022-08-25 11:58:18 -07:00

17 lines
255 B
YAML

name: "Test"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./