We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8b7e6 commit 0a21f8aCopy full SHA for 0a21f8a
.github/workflows/release.yml
@@ -4,7 +4,6 @@ on:
4
branches:
5
- master
6
- maintenance/*
7
- - automated_release
8
create:
9
tags:
10
- 'v[0-9]+.[0-9]+.[0-9]+*'
@@ -21,7 +20,7 @@ jobs:
21
20
PACKAGE_NAME: labscript-utils
22
SCM_VERSION_SCHEME: release-branch-semver
23
SCM_LOCAL_SCHEME: no-local-version
24
- if: github.repository == 'rpanderson/labscript-utils' && (github.event_name != 'create' || github.event.ref_type != 'branch')
+ if: github.repository == 'labscript-suite/labscript-utils' && (github.event_name != 'create' || github.event.ref_type != 'branch')
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v2
0 commit comments