Skip to content

close previous PRs

close previous PRs #16

Workflow file for this run

name: Build

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

`pull-request` is not a valid event name
on:
push:
branches: [main]
pull-request:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
- name: Build plugin DLL file
run: msbuild /p:Configuration=Release