Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanbinaryneko committed Aug 16, 2021
1 parent f6eebab commit ce5f731
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ workflows:
- validate:
context:
- org-global

release:
jobs:
- release:
context:
- org-global
filters:
branches:
ignore: /^.*/
tags:
only: /^v.*/

0 comments on commit ce5f731

Please sign in to comment.