Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Dec 3, 2024
1 parent addc735 commit 4b48b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reposilite.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish
on:
push:
branches: [ master ]
branches: [ master, development ]
workflow_dispatch:

jobs:
Expand All @@ -26,7 +26,7 @@ jobs:
with:
servers: |
[{
"id": "funoase-plugins-sahara",
"id": "funoase",
"username": "${{ secrets.MAVEN_NAME }}",
"password": "${{ secrets.MAVEN_SECRET }}"
}]
Expand Down

0 comments on commit 4b48b7f

Please sign in to comment.