Skip to content
Snippets Groups Projects
  1. Feb 23, 2024
  2. Feb 09, 2024
  3. Feb 07, 2024
  4. Feb 05, 2024
  5. Feb 01, 2024
  6. Jan 31, 2024
    • Bennett Goble's avatar
      build.yaml: Build shared branches · 27e3fdc9
      Bennett Goble authored
      We're currently building every single commit pushed to Github. This is
      racking up $20k in build charges a month and is generally superfluous.
      
      This changeset alters build triggers so that builds automatically run if
      they are committed to a **shared branch**:
      
      - `release/*` - A release stabilization branch
      - `project/*` - A project viewer branch
      - `main/*` - The default/stable branch
      
      PR commits are also automatically built.
      
      ...need to build another commit? Developers can trigger one using a
      manual workflow run.
      27e3fdc9
  7. Jan 30, 2024
  8. Jan 29, 2024
  9. Jan 27, 2024
  10. Jan 24, 2024
  11. Jan 12, 2024
  12. Jan 08, 2024
Loading