Skip to content

Commit

Permalink
Updated CI to dev Brnch
Browse files Browse the repository at this point in the history
  • Loading branch information
MineTech13 committed Jul 23, 2024
1 parent 33f3ab5 commit c71b02e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
echo "spec_version=$(grep "version =" build.gradle | cut -d "'" -f 2)" >> $GITHUB_ENV
- name: Print version number
run: echo ${{ env.spec_version }}
- name: Deploy SDK back into main branch and make tag
- name: Deploy SDK back into dev branch and make tag
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
branch: dev
folder: .
commit-message: "Upgrade Java SDK to spec ${{ env.spec_version }}"
tag: ${{ env.spec_version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Java CI with Maven

on:
push:
branches: [ main, master ]
branches: [ dev, master ]
pull_request:
branches: [ main, master ]
branches: [ dev, master ]

jobs:
build:
Expand Down

0 comments on commit c71b02e

Please sign in to comment.