Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 567 Bytes

CI Testing

CircleCI

This is a project for testing CI pipelines. It's a fun project.

  - publish-latest-rs:
      requires:
        - test
        - test-rs
      filters:
        branches:
          only: /release\/v([0-9]+)\.([0-9]+)\.([0-9]+)$/
  - publish-latest:
      requires:
        - publish-latest-rs
      filters:
        branches:
          only: /release\/v([0-9]+)\.([0-9]+)\.([0-9]+)$/