Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-test
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 11, 2024
1 parent eca6462 commit c263c1a
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
on:
push:
branches:
- "*" # Trigger on push to any branch
- "test" # Trigger on push to any branch
pull_request:
branches:
- "*" # Trigger on pull request to any branch
- "trst" # Trigger on pull request to any branch

jobs:
build-and-test:
Expand Down

0 comments on commit c263c1a

Please sign in to comment.