# Generated by internal/ci/ci_tool.cue; do not edit | |
name: Push to tip | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
push: | |
runs-on: ubuntu-18.04 | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- name: Rebuild tip.cuelang.org | |
run: curl -f -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.CuelangOrgTipRebuildHook | |
}} |