From 5944d72c8915b7e70ec2f4baa3e0ef90f97f88f4 Mon Sep 17 00:00:00 2001 From: Sai Krishna Date: Sun, 14 Jul 2024 12:54:47 +0530 Subject: [PATCH] ci: run test only on PR and not on main (#60) --- .github/workflows/main.yml | 7 +------ .github/workflows/test.yml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31f8fd5..a6a4110 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,5 @@ on: - push: - branches: - - main - pull_request: - branches: - - main + pull_request: name: Appium Flutter Integration Driver jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2eb0d2..8bbf091 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,5 @@ on: - push: - branches: - - main - pull_request: - branches: - - main + pull_request: name: Tests