diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d53397..f1134a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: - develop tags: - 'v*' + pull_request: + branches: + - main permissions: contents: write diff --git a/README.md b/README.md index de70e69..75e8f3b 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Output executable path: ## ☕ Support & Buy Me a Coffee -If you like **MITMPulse** or if it saved you time during network troubleshooting, consider buying me a coffee to support its open-source development: +If you like **MITMPulse** or if it saved you time during network troubleshooting, consider buying me a coffee to support its development: [![PayPal Donate](https://img.shields.io/badge/Buy_Me_A_Coffee-PayPal.Me-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/dpmworld) @@ -118,3 +118,4 @@ This software is designed solely for legitimate network administration, SSL insp --- Copyright © 2026 **Francesco Dipietromaria** ([www.dpmworld.net](https://www.dpmworld.net)) + diff --git a/src/MITMPulse/App.xaml.cs b/src/MITMPulse/App.xaml.cs index 5b7a018..7438d85 100644 --- a/src/MITMPulse/App.xaml.cs +++ b/src/MITMPulse/App.xaml.cs @@ -11,6 +11,7 @@ public partial class App : Application protected override void OnStartup(StartupEventArgs e) { + // Application Startup & Global Exception Handler // Global Unhandled Exception Handler for WPF UI Thread DispatcherUnhandledException += (sender, args) => {