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 a7b5cbd commit 356d421Copy full SHA for 356d421
.github/workflows/nightly-publish.yml
@@ -1,10 +1,7 @@
1
name: Nightly Publish
2
3
on:
4
- workflow_run:
5
- workflows: ["Code QA Roo Code"]
6
- types:
7
- - completed
+ push:
8
branches: [main]
9
workflow_dispatch: # Allows manual triggering.
10
0 commit comments