File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ jobs:
127127 startsWith(github.ref, 'refs/tags') &&
128128 (
129129 github.repository_owner == 'datajoint' ||
130- github.repository_owner == 'vathes'
130+ github.repository_owner == 'datajoint-company' ||
131+ github.repository_owner == 'dj-sciops'
131132 )
132133 needs : test
133134 runs-on : ubuntu-latest
@@ -212,7 +213,8 @@ jobs:
212213 startsWith(github.ref, 'refs/tags') &&
213214 (
214215 github.repository_owner == 'datajoint' ||
215- github.repository_owner == 'vathes'
216+ github.repository_owner == 'datajoint-company' ||
217+ github.repository_owner == 'dj-sciops'
216218 )
217219 needs : publish-release
218220 runs-on : ubuntu-latest
@@ -270,7 +272,8 @@ jobs:
270272 startsWith(github.ref, 'refs/tags') &&
271273 (
272274 github.repository_owner == 'datajoint' ||
273- github.repository_owner == 'vathes'
275+ github.repository_owner == 'datajoint-company' ||
276+ github.repository_owner == 'dj-sciops'
274277 )
275278 needs : publish-release
276279 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments