Skip to content

Commit

Permalink
Will not run jobs on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Oct 5, 2023
1 parent a381c68 commit 1ee68a8
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 @@ -19,3 +19,11 @@ jobs:
command: npm test
- store_artifacts:
path: test-results.xml
workflows:
version: 2
build-and-test:
jobs:
- build:
filters:
branches:
ignore: /.*/

0 comments on commit 1ee68a8

Please sign in to comment.