Skip to content

Test windows build

Test windows build #26

Workflow file for this run

name: Close Spam PR
on:
pull_request_target:
types: [opened, reopened]
paths:
- '.github/workflows/**'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "We do not accept PRs to modify GitHub actions. Contact [email protected] directly with patches for this."