Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Oct 31, 2023
1 parent 3c3a7c8 commit e14a474
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build, test and deploy artifacts with Maven
on:
workflow_dispatch: { }
release:
types: [ published ]
push:
branches: [ master ]
branches: [ main ]
jobs:
publish-maven:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e14a474

Please sign in to comment.