From 5b14c2b78972ac3606183294a84118bf6b4c84a1 Mon Sep 17 00:00:00 2001 From: adimiz1 Date: Thu, 10 Jul 2025 14:14:23 +0300 Subject: [PATCH] Fix github actions script --- .github/workflows/cloudinary_dart.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/cloudinary_dart.yml b/.github/workflows/cloudinary_dart.yml index e32dbb8..a5462ea 100644 --- a/.github/workflows/cloudinary_dart.yml +++ b/.github/workflows/cloudinary_dart.yml @@ -1,12 +1,6 @@ name: Cloudinary Dart CI -on: - push: - branches: - - main - pull_request: - branches: - - '**' +on: [push, pull_request] jobs: dart-test: