Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed May 23, 2024
1 parent f5bb0b7 commit 88ea2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI/CD Pipeline
on:
push:
branches:
- main
- release-8.0.0
pull_request:
branches:
- main
- release-8.0.0

jobs:
build:
Expand Down

0 comments on commit 88ea2c8

Please sign in to comment.