Skip to content

Commit

Permalink
Github action changes for feature/milestone-6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed Jan 10, 2023
1 parent cfc83e8 commit e3d79d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

milestone-6-branch-build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/milestone-6' # run this job only for the milestone-6 branch
if: github.ref == 'refs/heads/feature/milestone-6' # run this job only for the feature/milestone-6 branch
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

milestone-6-branch-build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/milestone-6' # run this job only for the milestone-6 branch
if: github.ref == 'refs/heads/feature/milestone-6' # run this job only for the feature/milestone-6 branch
steps:
- uses: actions/checkout@v2
- name: Set up Maven Central Repository
Expand Down

0 comments on commit e3d79d6

Please sign in to comment.