Skip to content

CI: tests run for all pushes to main #9

CI: tests run for all pushes to main

CI: tests run for all pushes to main #9

Workflow file for this run

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