Skip to content

Commit

Permalink
separated build and release work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Moieen Abbas committed May 23, 2024
1 parent 7de75d3 commit 5e1a9c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
# branches: [ "main" ]
workflow_dispatch:
workflow_call:
release:
types: [ created ]

jobs:
build-linux:
Expand Down Expand Up @@ -76,7 +78,7 @@ jobs:

build-win:
runs-on: windows-latest

needs: build-linux
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 5e1a9c3

Please sign in to comment.