Skip to content

Commit

Permalink
Update build-on-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBan authored Sep 5, 2024
1 parent ef88afd commit 69c9eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build On Pull Request
on:
pull_request:
branches: [ "master","develop" ]
branches: [ "feature/version/upgrade" ]

jobs:
Build:
Expand All @@ -19,4 +19,4 @@ jobs:
java-version: 8
distribution: 'adopt'
- name: Build with Maven
run: mvn clean install
run: mvn clean install

0 comments on commit 69c9eda

Please sign in to comment.