From 07cdec83058a5e08a94ad05a3f3498c4d607d590 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 20 Jul 2020 17:24:22 +0200 Subject: [PATCH] update actions --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 622f5eb0..da511672 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,14 +2,14 @@ name: CI on: push: - branches: - - master - pull_request: - branches: - - master - release: - types: - - created +# branches: +# - master +# pull_request: +# branches: +# - master +# release: +# types: +# - created env: flutter_version: "1.12.13+hotfix.5"