Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zFERDQFREZrzfq authored Mar 7, 2024
1 parent 43d6a23 commit 23d679f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# against bad commits.

name: build
on: [pull_request, push]
on: [pull_request, push, workflow_dispatch]

jobs:
build:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: build/libs/
path: build/libs/

0 comments on commit 23d679f

Please sign in to comment.