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 c263c1a commit 91c2d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Build and Deploy
on:
push:
branches:
- "*"
- "*" # Trigger on push to any branch
pull_request:
branches:
- "*" # Trigger on pull request to any branch

jobs:
build_and_deploy:
Expand Down

0 comments on commit 91c2d05

Please sign in to comment.