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 019a1b9 commit 5501bf6Copy full SHA for 5501bf6
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ on:
21
push:
22
branches: [none]
23
paths-ignore:
24
- - "**.md"
+ - "**.md"
25
pull_request:
26
27
.github/workflows/deploy_playground_netlify.yml
@@ -15,9 +15,17 @@
15
name: Deploy_Playground_Netlify
16
on:
17
18
+ branches: [master]
19
+ paths-ignore:
20
+ pull_request:
+ release:
+ types: [published]
28
+
29
jobs:
30
flutter_tests:
31
name: "Analyze and test package, then build and deploy Playground only"
0 commit comments