Skip to content

Commit e50dffa

Browse files
committed
Updated corrected trigger
1 parent 0cbdbc2 commit e50dffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/ngo-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ngo_release_preparation:
33
agent: { type: Unity::VM, flavor: b1.small, image: package-ci/ubuntu-22.04:v4 }
44
triggers:
55
recurring:
6-
- branch: build-automation-update # We make new releases from this branch
7-
frequency: "12 ? * 2" # Runs every Sunday at 10:00 AM
6+
- branch: develop-2.0.0 # We make new releases from this branch
7+
frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM
88
rerun: always
99
commands:
1010
- pip install PyGithub

0 commit comments

Comments
 (0)