Skip to content

Commit

Permalink
[ENHANCEMENT] ci: Remove push branch patterns and PR trigger for `arg…
Browse files Browse the repository at this point in the history
…illa` 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.
  • Loading branch information
frascuchon authored Jun 19, 2024
1 parent 0509379 commit 3c27034
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/argilla-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
workflow_dispatch:

push:
branches:
- main
- develop
- feat/**
- releases/**

pull_request:

Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/argilla-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ on:
workflow_dispatch:

push:
branches:
- main
- develop
- feat/**
- releases/**

pull_request:
paths:
- argilla-v1/**

jobs:
build:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/argilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ on:
workflow_dispatch:

push:
branches:
- main
- develop
- feat/**
- releases/**

pull_request:
paths:
- argilla/**
- "!argilla/docs/**"

jobs:
build:
Expand Down

0 comments on commit 3c27034

Please sign in to comment.