Skip to content

Commit

Permalink
Create pr-win-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Mar 25, 2024
1 parent 950d5c6 commit 7fff98e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-win-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: PR build-win label

on:
workflow_dispatch:
pull_request:
types: [ labeled ]

jobs:
call-windows-build:
if: ${{ github.event.label.name == 'build-win' }}
name: Windows Build
uses: ./.github/workflows/win-build.yml

0 comments on commit 7fff98e

Please sign in to comment.