We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc526c commit 8f986b2Copy full SHA for 8f986b2
scripts/ci/docker/const.mjs
@@ -1,2 +1,2 @@
1
-export const MAIN_BRANCHES = ['main', 'mq-docker-pre-main']
2
-export const RELEASE_BRANCHES = ['release'];
+export const MAIN_BRANCHES = ['main']
+export const RELEASE_BRANCHES = ['release', 'mq-docker'];
0 commit comments