Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fugimii authored Feb 8, 2024
1 parent b2edc29 commit 18b3669
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
# against bad commits.

name: build
on: [pull_request, push]
on:
push:
branches:
- main
pull_request: {}

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

0 comments on commit 18b3669

Please sign in to comment.