Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves authored May 21, 2024
1 parent a522c96 commit 463015a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on: [pull_request]
on:
pull_request:
push:
branches:
- main

jobs:
build:
Expand All @@ -27,4 +31,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: jar
path: build/libs/*
path: build/libs/*

0 comments on commit 463015a

Please sign in to comment.