Commit efba183
authored
[infra] Skip autopublishing for Flutter SDK packages - 2 (#1950)
Aparently autosubmit wasn't stopped by https://github.com/dart-lang/native/actions/runs/13030317922 🙈
Documentation on how to use this correctly:
* https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#example-including-branches-and-tags (It doesn't detail what a "pattern" is, apparently not really a regex?
* https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet (apparently underscore patterns are not supported. However, the autopublisher has been working just fine for `native_assets_cli-v0.11.0`...)1 parent 97e683b commit efba183
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
0 commit comments