We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbdbc2 commit e50dffaCopy full SHA for e50dffa
.yamato/ngo-publish.yml
@@ -3,8 +3,8 @@ ngo_release_preparation:
3
agent: { type: Unity::VM, flavor: b1.small, image: package-ci/ubuntu-22.04:v4 }
4
triggers:
5
recurring:
6
- - branch: build-automation-update # We make new releases from this branch
7
- frequency: "12 ? * 2" # Runs every Sunday at 10:00 AM
+ - branch: develop-2.0.0 # We make new releases from this branch
+ frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM
8
rerun: always
9
commands:
10
- pip install PyGithub
0 commit comments