Skip to content

Commit ce86d1d

Browse files
committed
fix
1 parent 5817e40 commit ce86d1d

File tree

2 files changed

+15
-41
lines changed

2 files changed

+15
-41
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Continuous Deployment
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9+
cancel-in-progress: true
10+
11+
jobs:
12+
verify:
13+
name: Verify
14+
uses: ./.github/workflows/verify.yml
15+
secrets: inherit

0 commit comments

Comments
 (0)