We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6aad3c commit e4837caCopy full SHA for e4837ca
.cirrus.yml
@@ -1,9 +1,7 @@
1
gcp_credentials: ENCRYPTED[!ebad0a1f4f7a446b77944c33651460a7ab010b4617273cb016cf354eb8fc22aa92e37a3c58bfa4a0c40a799351e027a6!]
2
3
-# Don't run on release tags since it creates O(n^2) tasks where n is the
4
-# number of plugins.
5
-# Don't run on 'master' since it's a mirror of 'main'.
6
-only_if: $CIRRUS_TAG == '' && $CIRRUS_BRANCH != 'master'
+# Run on PRs and main branch post submit only.
+only_if: $CIRRUS_PR != '' || $CIRRUS_BRANCH == 'main'
7
env:
8
CHANNEL: "master" # Default to master when not explicitly set by a task.
9
PLUGIN_TOOL: "./script/tool/bin/flutter_plugin_tools.dart"
0 commit comments