Skip to content

Commit

Permalink
test on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tvichiansakd committed Sep 19, 2024
1 parent e7170f1 commit d755d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: Release
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scalabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Release
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
steps:
- name: Publish to Maven Central
env:
Expand Down

0 comments on commit d755d1b

Please sign in to comment.