build-reference.yml 391 B

123456789101112131415161718
  1. name: reference
  2. on:
  3. push:
  4. branches-ignore:
  5. - 'gh-pages'
  6. env:
  7. GH_TOKEN_DISPATCH: ${{ secrets.GH_TOKEN_DISPATCH }}
  8. jobs:
  9. build:
  10. runs-on: ubuntu-latest
  11. steps:
  12. - name: Checkout Source
  13. uses: actions/checkout@v2
  14. - name: Dispatch Build Request
  15. run: ${GITHUB_WORKSPACE}/.github/actions/dispatch.sh 'rwinch/spring-reference' "$GH_TOKEN_DISPATCH"