Skip to content

Commit 74dc310

Browse files
committed
ci: dev
1 parent 6a24737 commit 74dc310

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: cd
22

3-
# Note: Ensure CD pipeline is idempotent to safely handle re-runs from push,
4-
# workflow dispatch, and tag versioning triggers
53
on:
64
push:
75
branches:

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: ci
22

33
on:
4-
# Rulesets for main branch
5-
# - Require status checks to pass -> Require branches to be up to date before merging
64
pull_request:
75
types: [labeled, unlabeled, opened, synchronize, reopened]
86

0 commit comments

Comments
 (0)