Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7c13 authored May 3, 2020
1 parent 4ffdb6b commit a434a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push]
on: [push, pull_request]

jobs:

Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
Appx_Bundle: Always
Appx_Bundle_Platforms: x86|x64
Appx_Package_Build_Mode: StoreUpload
Configuration: ${{ matrix.configuration }}
Configuration: ${{ matrix.configuration }}

0 comments on commit a434a6b

Please sign in to comment.