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 Jun 25, 2024
1 parent 91e2414 commit 8cc1706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Upload Artifact
on:
push:
branches:
- "deploy" # Trigger on push to the "deploy" branch
- "*" # Trigger on push to the "deploy" branch
pull_request:
branches:
- "deploy" # Trigger on pull request to the "deploy" branch
- "*" # Trigger on pull request to the "deploy" branch

jobs:
build_and_deploy:
Expand Down

0 comments on commit 8cc1706

Please sign in to comment.