From 09881acf54bf4c029bd711f15925446347096f1c Mon Sep 17 00:00:00 2001 From: Cristina Guncay Date: Mon, 23 Mar 2020 18:59:11 -0500 Subject: [PATCH] fix double process in CI --- .github/workflows/CI-time-tracker-ui.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/CI-time-tracker-ui.yml b/.github/workflows/CI-time-tracker-ui.yml index 41d115b9c..1c4a7fbd6 100644 --- a/.github/workflows/CI-time-tracker-ui.yml +++ b/.github/workflows/CI-time-tracker-ui.yml @@ -1,13 +1,6 @@ name: CI process for time-tracker app on: - # Trigger the workflow on push or pull request - push: - branches: - - '*' - - '*/*' - - '!master' - pull_request: types: [opened, edited, reopened, synchronize] branches: