Skip to content

Commit

Permalink
Create build-windows.yml
Browse files Browse the repository at this point in the history
ignore this
  • Loading branch information
nommiin authored Nov 25, 2023
1 parent 88215e3 commit c1e9dee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Manual trigger

on:
workflow_dispatch:
inputs:
name:
description: "Who to greet"
default: "World"

jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello Step
run: echo "Hello ${{ github.event.inputs.name }}"

0 comments on commit c1e9dee

Please sign in to comment.