Skip to content

Commit a068ade

Browse files
committed
Remove "2.0.0" branch from workflows to streamline branch management
1 parent f683679 commit a068ade

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/check-provenance.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ on:
33
push:
44
branches:
55
- main
6-
- "2.0.0"
76
pull_request:
87
types: [opened, edited, reopened, synchronize]
98
branches:
109
- main
11-
- "2.0.0"
1210
permissions:
1311
contents: read
1412
jobs:

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- "2.0.0"
76
tags-ignore:
87
- "**"
98
paths-ignore:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- "2.0.0"
76
pull_request:
87
types: [opened, edited, reopened, synchronize]
98
branches:

0 commit comments

Comments
 (0)