Skip to content

Commit

Permalink
chore: Remove paths filters
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jun 19, 2024
1 parent a1ead71 commit 45d51ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/argilla-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
workflow_dispatch:

push:
paths:
- argilla-server/**
branches:
- main
- develop
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/argilla-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
workflow_dispatch:

push:
paths:
- argilla-v1/**
branches:
- main
- develop
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/argilla.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -10,9 +8,6 @@ on:
workflow_dispatch:

push:
paths:
- argilla/**
- "!argilla/docs/**"
branches:
- main
- develop
Expand Down

0 comments on commit 45d51ee

Please sign in to comment.