Skip to content

Commit

Permalink
chore(ci): Disable circleci builds for push & pull_request (#472)
Browse files Browse the repository at this point in the history
We'll migrate nightly builds and automatic publishes shortly, but these
builds are the primary use for Circle and can be replaced with the
GitHub Actions integration introduced via #469.
  • Loading branch information
sjbarag authored Jul 24, 2020
1 parent 814cdf5 commit b8d036e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:

workflows:
version: 2
"Node - supported versions":
jobs:
- "Node 10"
- "Node 12"
- "Node 14"

"Publish tagged build":
jobs:
- "Node 10":
Expand Down

0 comments on commit b8d036e

Please sign in to comment.