Skip to content

Commit

Permalink
add workflow job filters
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgirges committed May 24, 2022
1 parent e47cc7d commit ce713c2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,35 @@ workflows:
- node/test:
version: '12.22.6'
pkg-manager: npm
filters:
tags:
ignore:
- /.*/
- node/test:
version: '14.19.0'
pkg-manager: npm
filters:
tags:
ignore:
- /.*/
- node/test:
version: '15.14.0'
pkg-manager: npm
filters:
tags:
ignore:
- /.*/
- node/test:
version: '16.13.2'
pkg-manager: npm
filters:
tags:
ignore:
- /.*/
- node/test:
version: '17.4.0'
pkg-manager: npm
filters:
tags:
ignore:
- /.*/

0 comments on commit ce713c2

Please sign in to comment.