From 83c1c1b67fbc79b5fb2f016912ce4dfc82b79ab8 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 28 Oct 2022 10:43:07 +0700 Subject: [PATCH] Changed branch --- .github/workflows/dart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index e2f84b4..76d77fd 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -2,9 +2,9 @@ name: Dart on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: