Skip to content

Commit 95cbc37

Browse files
committed
Only run bugster refresh on push
1 parent 3b59230 commit 95cbc37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ jobs:
6060
-H "Content-Type: application/json" `
6161
-d "$json" `
6262
$env:FUNCTION_APP_URL
63+
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)