Skip to content

Commit

Permalink
Only create example-app jar artifact on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbma committed Sep 4, 2023
1 parent 5a87148 commit a9b5716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
name: Build Jar with static frontend
name: Build frontend and all packages
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:


- name: Upload example-app build files
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
with:
name: example-app
Expand Down

0 comments on commit a9b5716

Please sign in to comment.