Skip to content

Trigger website rebuild on all branch pushes, not just master. #3

Trigger website rebuild on all branch pushes, not just master.

Trigger website rebuild on all branch pushes, not just master. #3

name: Notify Website
on:
push:
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger website rebuild
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.WEBSITE_DISPATCH_TOKEN }}
repository: PhillipChaffee/phillipchaffee.github.io
event-type: resume-updated