Skip to content

Commit

Permalink
🚀 change build action behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenXu233 authored Oct 21, 2024
1 parent 4d5eb22 commit 118a96a
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: push

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

0 comments on commit 118a96a

Please sign in to comment.