Skip to content

Commit

Permalink
remove push test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Dec 23, 2024
1 parent 1737b64 commit 1a4ca7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/UpdateWinget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ on:
workflow_dispatch:
release:
types: [published]
push:
branches:
- "u/sgriffin/winget"

jobs:
build:
runs-on: windows-latest

steps:
steps:
- name: '📫🚀 Publish Latest MFCMAPI Release to Winget'
run: |
$wingetPackage = "Microsoft.MFCMAPI"
Expand Down

0 comments on commit 1a4ca7e

Please sign in to comment.