Skip to content

Commit 0a21f8a

Browse files
committed
Revert repo owner to labscript-suite and drop automated_release branch
1 parent bc8b7e6 commit 0a21f8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches:
55
- master
66
- maintenance/*
7-
- automated_release
87
create:
98
tags:
109
- 'v[0-9]+.[0-9]+.[0-9]+*'
@@ -21,7 +20,7 @@ jobs:
2120
PACKAGE_NAME: labscript-utils
2221
SCM_VERSION_SCHEME: release-branch-semver
2322
SCM_LOCAL_SCHEME: no-local-version
24-
if: github.repository == 'rpanderson/labscript-utils' && (github.event_name != 'create' || github.event.ref_type != 'branch')
23+
if: github.repository == 'labscript-suite/labscript-utils' && (github.event_name != 'create' || github.event.ref_type != 'branch')
2524
steps:
2625
- name: Checkout
2726
uses: actions/checkout@v2

0 commit comments

Comments
 (0)