Skip to content

Commit

Permalink
comment out push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Apr 9, 2024
1 parent f0ae7c1 commit 76b193f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish_public_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ on:
description: "The prerelease tag: [0-9A-Za-z]+"
required: false
type: string
push:
paths:
- ".github/workflows/publish_public_package.yaml"
- "utils/DeployUtils.ps1"
# for testing
# push:
# paths:
# - ".github/workflows/publish_public_package.yaml"
# - "utils/DeployUtils.ps1"

jobs:
publish:
Expand Down

0 comments on commit 76b193f

Please sign in to comment.