Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cprudhom committed Sep 12, 2024
1 parent 5fc5af7 commit 4b83b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master, develop, develop/**, hotfix/** ]
branches: [ master, develop ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master, develop, develop/**, hotfix/**]
branches: [ master, develop ]
schedule:
- cron: '0 0 * * 0'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Build with Maven
run: mvn -B --file pom.xml package -Dgroups="1s,10s,checker"

- name: publish packages
run: mvn -P ossrhDeploy --batch-mode -DskipTests javadoc:aggregate-jar source:jar deploy
env:
Expand Down

0 comments on commit 4b83b92

Please sign in to comment.