Skip to content

Commit 9700307

Browse files
committed
[client-python] ci(client-python): withdrawing references to deprecated release/current (#254)
1 parent 68d6c73 commit 9700307

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/openaev-auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "[OpenAEV] Auto Label"
22
on:
33
pull_request_target:
4-
branches: [main, release/current]
4+
branches: [main]
55
types: [opened, reopened]
66
permissions:
77
contents: read

.github/workflows/openaev-check-signed-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "[OpenAEV] Check Signed Commits in PR"
22
on:
33
pull_request_target:
4-
branches: [main, release/current]
4+
branches: [main]
55
permissions:
66
contents: read
77
pull-requests: write

.github/workflows/openaev-validate-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "[OpenAEV] Validate PR title Worker"
22
on:
33
pull_request:
4-
branches: [main, release/current]
4+
branches: [main]
55
types: [opened, edited, reopened, ready_for_review, synchronize]
66
permissions:
77
contents: read

0 commit comments

Comments
 (0)