diff options
author | 2021-11-17 19:22:04 +0530 | |
---|---|---|
committer | 2021-11-17 19:22:04 +0530 | |
commit | 6bcfac8b440d04b7e6183f26d42160b11d838060 (patch) | |
tree | 1f95263d0c673d8083738e96a30a920bfdecae7f /.github | |
parent | Add coverage configuration. (diff) |
Delete deploy workflow.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml deleted file mode 100644 index f60869bc..00000000 --- a/.github/workflows/deploy.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: Deploy - -on: - workflow_run: - workflows: ["Lint"] - branches: - - main - types: - - completed - -jobs: |