Skip to content

Commit 18af5ee

Browse files
LGA-87: cicd trigger (#33)
LGA-87: cicd trigger
2 parents 9e5cf79 + 6816ad2 commit 18af5ee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/CICDPipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
name: Continuous Deployment
3030
runs-on: ubuntu-latest
3131
needs: ci
32-
if: github.ref == 'refs/heads/main'
32+
# 👇 CD only runs on push events (not PRs)
33+
if: github.event_name == 'push'
3334

3435
steps:
3536
- name: Checkout code

conflicts_scenario/Validation

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ attempt 2: sneha
22
attempt 20:sneha
33
attempt 30
44
attempt 40
5-
attempt 45
5+
attempt 45
6+
7+
# CICD :
8+
Attempt 1

0 commit comments

Comments
 (0)