blob: db5c112ecd7bd99b72319d4ce89ca6226b347e4f [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 -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.CuelangOrgTipRebuildHook
}}