Skip to content

Commit 3c27034

Browse files
authored
[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.
1 parent 0509379 commit 3c27034

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

.github/workflows/argilla-server.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
workflow_dispatch:
99

1010
push:
11-
branches:
12-
- main
13-
- develop
14-
- feat/**
15-
- releases/**
1611

1712
pull_request:
1813

.github/workflows/argilla-v1.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ on:
88
workflow_dispatch:
99

1010
push:
11-
branches:
12-
- main
13-
- develop
14-
- feat/**
15-
- releases/**
16-
17-
pull_request:
18-
paths:
19-
- argilla-v1/**
2011

2112
jobs:
2213
build:

.github/workflows/argilla.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ on:
88
workflow_dispatch:
99

1010
push:
11-
branches:
12-
- main
13-
- develop
14-
- feat/**
15-
- releases/**
16-
17-
pull_request:
18-
paths:
19-
- argilla/**
20-
- "!argilla/docs/**"
2111

2212
jobs:
2313
build:

0 commit comments

Comments
 (0)