Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run:
name: Run linting
command: echo "run linting"
- run: sleep 500

# Job that always runs
build:
Expand Down Expand Up @@ -89,12 +90,13 @@ workflows:
# Alternative workflow that runs only on tags
release:
jobs:
- test:
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- test:
name: test-1
- test:
name: test-2
- test


- build:
requires:
- test
Expand Down