Skip to content

Commit 0fb9a95

Browse files
author
Alcides Ramos
committed
build: CD pipeline
1 parent fdbc08b commit 0fb9a95

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/cd.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: Continuous Deployment
22

3-
#on:
4-
# workflow_dispatch:
5-
# workflow_run:
6-
# workflows:
7-
# - "Continuous Integration"
8-
# types:
9-
# - completed
3+
on:
4+
workflow_dispatch:
5+
workflow_run:
6+
workflows:
7+
- "Continuous Integration"
8+
types:
9+
- completed
1010

1111
permissions:
1212
contents: read
1313

1414
jobs:
15+
if: ${{ github.repository == 'xxxxxx' }}
1516
build-and-deploy:
1617
name: Build & Deploy
1718

0 commit comments

Comments
 (0)