.github/workflows/main.yml in hyrax-4.0.0.beta2 vs .github/workflows/main.yml in hyrax-4.0.0.rc1

- old
+ new

@@ -1,17 +1,17 @@ name: Trigger Nurax build on: workflow_dispatch: push: + branches: + - 'main' jobs: trigger: runs-on: ubuntu-latest steps: - - uses: peter-evans/repository-dispatch@v1 + - uses: peter-evans/repository-dispatch@v2.1.1 with: token: ${{ secrets.NURAX_ACCESS_TOKEN }} event-type: push - repository: curationexperts/nurax + repository: samvera-labs/nurax client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' - -