diff --git a/.github/workflows/merge-main-to-preview.yml b/.github/workflows/merge-main-to-preview.yml index 5164ce3..4c47cb6 100644 --- a/.github/workflows/merge-main-to-preview.yml +++ b/.github/workflows/merge-main-to-preview.yml @@ -7,7 +7,7 @@ on: - 'main' jobs: sync-preview: - if: github.repository_owner == 'betterscientificsoftware' + if: github.repository_owner == 'cass-community' runs-on: ubuntu-latest steps: - uses: actions/checkout@master @@ -19,4 +19,4 @@ jobs: head_to_merge: ${{ github.ref }} from_branch: main target_branch: preview - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }}