diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 46a24b5..a07e3c9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5247d8a..986df72 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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