Skip to content

Commit ae71658

Browse files
committed
Disable the manual trigger temporarily to trigger in the current PR.
1 parent b0d5801 commit ae71658

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-production-zip.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Build Production Zip
22

33
on:
4-
workflow_dispatch:
4+
# workflow_dispatch: # Disable temporarily to trigger in the current PR.
5+
push:
6+
branches:
7+
- trunk
58

69
jobs:
710
build:
@@ -42,4 +45,4 @@ jobs:
4245
name: openai-product-feed-production
4346
path: build/OpenAI-Product-Feed.zip
4447
if-no-files-found: error
45-
retention-days: 30
48+
retention-days: 7

0 commit comments

Comments
 (0)