Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devrishal authored Mar 16, 2024
1 parent 9af1329 commit 9946ab5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
name: Maven Package

on:
release:
types: [created]
push:
branches:
- master
- develop

jobs:
build:

runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 9946ab5

Please sign in to comment.