Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiuh committed Dec 9, 2023
1 parent fe7b450 commit 2b6d8a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build Test

on:
workflow_dispatch: {}
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]

jobs:
buildForAllSupportedPlatforms:
Expand All @@ -16,7 +16,6 @@ jobs:
matrix:
targetPlatform:
- StandaloneWindows # Build a Windows standalone.
- StandaloneWindows64 # Build a Windows 64-bit standalone.
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2b6d8a5

Please sign in to comment.