Skip to content

Deploy to test

Deploy to test #170

Workflow file for this run

name: Label tests
on:
pull_request:
types: [opened]
paths:
- 'tests/**'
- '.github/workflows/tests-*.yml'
jobs:
label-tests:
runs-on: ubuntu-latest
steps:
- name: add-label
uses: andymckay/labeler@master
with:
add-labels: "tests"