Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-test-sonar-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 12, 2024
1 parent a1cd470 commit b6abda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
pull_request:
branches:
- "*" # Trigger on pull request to any branch
workflow_dispatch: # Manual trigger
pull_request_target: # This is to access secrets from forked PRs
# workflow_dispatch: # Manual trigger
# pull_request_target: # This is to access secrets from forked PRs

jobs:
build-and-test:
Expand Down

0 comments on commit b6abda2

Please sign in to comment.