blob: 97ce23743b820cc6b9033b5f07f19fdc9ca6acdb [file] [log] [blame]
# Generated by internal/ci/ci_tool.cue; do not edit
name: Push to tip
on:
push:
branches:
- master
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: Rebuild tip.cuelang.org
run: curl -f -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.CuelangOrgTipRebuildHook
}}