Skip to content

Commit f82a070

Browse files
committed
chore: remove maintenance branch support
Not gonna be used so no need to have it.
1 parent 0ae6757 commit f82a070

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ on:
55
workflow_run:
66
workflows: CI
77
types: completed
8-
branches:
9-
- main
10-
- '[0-9]+.x'
11-
- '[0-9]+.[0-9]+.x'
8+
branches: main
129
permissions:
1310
contents: read
1411
concurrency: release
@@ -34,7 +31,6 @@ jobs:
3431
- name: Checkout
3532
uses: actions/checkout@v2.3.4
3633
with:
37-
ref: ${{github.event.workflow_run.head_branch}}
3834
persist-credentials: false
3935
- name: Get node version
4036
id: node

0 commit comments

Comments
 (0)