diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7aad185..7a0fef9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,8 +5,14 @@
# This pipeline builds the Wpf project, runs unit tests, then saves the MSIX build artifact.
name: Wpf Continuous Integration
-# Trigger on every push
-on: [push]
+# Trigger on every master branch push and pull request
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
jobs:
diff --git a/MyWPFApp/MyWPFApp.csproj b/MyWPFApp/MyWPFApp.csproj
index fd544cc..f68fdab 100644
--- a/MyWPFApp/MyWPFApp.csproj
+++ b/MyWPFApp/MyWPFApp.csproj
@@ -9,31 +9,9 @@
10.0.17134.0
MyWPFApp.App
-
-
- AnyCPU
-
-
-
- x86
-
-
-
- x64
-
-
-
- AnyCPU
-
-
-
- x86
-
-
-
- x64
+
+ $(Platform)
-