From 3c27034388503f4f83947393a6d858a146f70923 Mon Sep 17 00:00:00 2001 From: Paco Aranda Date: Wed, 19 Jun 2024 16:59:09 +0200 Subject: [PATCH] [ENHANCEMENT] ci: Remove push branch patterns and PR trigger for `argilla` and `argilla-v1` projects (#5065) This PR removes all the branch patterns on the push event. So, workflows will be run on every branch creation. Also the pull_request event is removed for the SDKs projects. --- .github/workflows/argilla-server.yml | 5 ----- .github/workflows/argilla-v1.yml | 9 --------- .github/workflows/argilla.yml | 10 ---------- 3 files changed, 24 deletions(-) diff --git a/.github/workflows/argilla-server.yml b/.github/workflows/argilla-server.yml index cf61cc8daf..5248865d37 100644 --- a/.github/workflows/argilla-server.yml +++ b/.github/workflows/argilla-server.yml @@ -8,11 +8,6 @@ on: workflow_dispatch: push: - branches: - - main - - develop - - feat/** - - releases/** pull_request: diff --git a/.github/workflows/argilla-v1.yml b/.github/workflows/argilla-v1.yml index a212c982b3..475f1bb2e4 100644 --- a/.github/workflows/argilla-v1.yml +++ b/.github/workflows/argilla-v1.yml @@ -8,15 +8,6 @@ on: workflow_dispatch: push: - branches: - - main - - develop - - feat/** - - releases/** - - pull_request: - paths: - - argilla-v1/** jobs: build: diff --git a/.github/workflows/argilla.yml b/.github/workflows/argilla.yml index 48839fdadc..3ff80848b9 100644 --- a/.github/workflows/argilla.yml +++ b/.github/workflows/argilla.yml @@ -8,16 +8,6 @@ on: workflow_dispatch: push: - branches: - - main - - develop - - feat/** - - releases/** - - pull_request: - paths: - - argilla/** - - "!argilla/docs/**" jobs: build: