Skip to content

Switch to allowedNames and blockedNames using regular expressions… #150

Switch to allowedNames and blockedNames using regular expressions…

Switch to allowedNames and blockedNames using regular expressions… #150

Workflow file for this run

name: "Main"
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
types: [assigned, opened, synchronize, reopened]
push:
branches:
- "main"
jobs:
test-job:
name: "Test"
uses: "./.github/workflows/test.yml"