Skip to content

Commit

Permalink
Merge pull request #122 from Ernaldis/Update-Owner-Names
Browse files Browse the repository at this point in the history
Update owner names
  • Loading branch information
guzman-raphael authored Aug 29, 2022
2 parents 6f47de2 + f0da80e commit c3f5853
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
startsWith(github.ref, 'refs/tags') &&
(
github.repository_owner == 'datajoint' ||
github.repository_owner == 'vathes'
github.repository_owner == 'datajoint-company' ||
github.repository_owner == 'dj-sciops'
)
needs: test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -212,7 +213,8 @@ jobs:
startsWith(github.ref, 'refs/tags') &&
(
github.repository_owner == 'datajoint' ||
github.repository_owner == 'vathes'
github.repository_owner == 'datajoint-company' ||
github.repository_owner == 'dj-sciops'
)
needs: publish-release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -270,7 +272,8 @@ jobs:
startsWith(github.ref, 'refs/tags') &&
(
github.repository_owner == 'datajoint' ||
github.repository_owner == 'vathes'
github.repository_owner == 'datajoint-company' ||
github.repository_owner == 'dj-sciops'
)
needs: publish-release
runs-on: ubuntu-latest
Expand Down

0 comments on commit c3f5853

Please sign in to comment.