Skip to content

Commit

Permalink
Remove deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jul 15, 2024
1 parent 1a80191 commit d5a4d00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 138 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
Expand Down
138 changes: 0 additions & 138 deletions .github/workflows/docs.yml

This file was deleted.

0 comments on commit d5a4d00

Please sign in to comment.