Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 authored Oct 30, 2024
1 parent 9c245a6 commit e129053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'build-test'
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down Expand Up @@ -93,4 +94,4 @@ jobs:
- run: ./program.exe
if: ${{ matrix.os == 'windows-latest' }}
- run: ./program.kexe
if: ${{ matrix.os != 'windows-latest' }}
if: ${{ matrix.os != 'windows-latest' }}

0 comments on commit e129053

Please sign in to comment.