Skip to content

Commit 48de21b

Browse files
committed
Added development environment
1 parent d26ebea commit 48de21b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ on:
77

88
jobs:
99

10-
1110
# -------------------------------
12-
# 1. CHECKOUT STAGE
11+
# 1. CHECKOUT / DEVELOPMENT STAGE (manual approval)
1312
# -------------------------------
14-
checkout:
1513
development:
1614
runs-on: ubuntu-latest
15+
environment: development # <-- Add manual approval from GitHub environment protection rule
1716
steps:
1817
- name: Checkout repository
1918
uses: actions/checkout@v4

0 commit comments

Comments
 (0)