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 a96d3a5 commit d634b78Copy full SHA for d634b78
1 file changed
.github/workflows/release-automated.yml
@@ -14,7 +14,7 @@ env:
14
package: ${{ startsWith(github.ref_name, 'dart-') && 'dart' || startsWith(github.ref_name, 'flutter-') && 'flutter' || '' }}
15
jobs:
16
release:
17
- if: github.event_name == 'push' && github.ref_type == 'branch'
+ if: github.event_name == 'push' && github.ref_type == 'branch' && !startsWith(github.event.head_commit.message, 'chore(release)')
18
runs-on: ubuntu-latest
19
timeout-minutes: 10
20
permissions:
0 commit comments