Skip to content

Commit

Permalink
🐛 fix(actions): manual fix for #13, remove pull_request dispatch scope
Browse files Browse the repository at this point in the history
Signed-off-by: xtrm <[email protected]>
  • Loading branch information
xtrm-en committed Dec 27, 2024
1 parent 437117a commit b90ea6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches-ignore:
- docs
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -29,7 +28,7 @@ jobs:
run: ./gradlew build

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: |
Expand Down

0 comments on commit b90ea6e

Please sign in to comment.