From 45d51ee980b66b0627b97e8476623e9067450091 Mon Sep 17 00:00:00 2001 From: Francisco Aranda Date: Wed, 19 Jun 2024 16:19:04 +0200 Subject: [PATCH] chore: Remove paths filters --- .github/workflows/argilla-server.yml | 2 -- .github/workflows/argilla-v1.yml | 2 -- .github/workflows/argilla.yml | 5 ----- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/argilla-server.yml b/.github/workflows/argilla-server.yml index 909f21074e..4609c84365 100644 --- a/.github/workflows/argilla-server.yml +++ b/.github/workflows/argilla-server.yml @@ -8,8 +8,6 @@ on: workflow_dispatch: push: - paths: - - argilla-server/** branches: - main - develop diff --git a/.github/workflows/argilla-v1.yml b/.github/workflows/argilla-v1.yml index 62df3dba5e..a212c982b3 100644 --- a/.github/workflows/argilla-v1.yml +++ b/.github/workflows/argilla-v1.yml @@ -8,8 +8,6 @@ on: workflow_dispatch: push: - paths: - - argilla-v1/** branches: - main - develop diff --git a/.github/workflows/argilla.yml b/.github/workflows/argilla.yml index c129584e9c..48839fdadc 100644 --- a/.github/workflows/argilla.yml +++ b/.github/workflows/argilla.yml @@ -1,5 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python name: Build and publish the `argilla` sdk python package concurrency: @@ -10,9 +8,6 @@ on: workflow_dispatch: push: - paths: - - argilla/** - - "!argilla/docs/**" branches: - main - develop