Skip to content

Commit

Permalink
test build on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 12, 2023
1 parent 2a03cab commit 1b21e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webapp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build WebApp

on:
push:

tags:
- 'v3.[0-9]+.[0-9]+'

env:
WEBAPP_PACKAGE_NAME: webapp.tar.gz
Expand Down Expand Up @@ -31,7 +32,6 @@ jobs:
working-directory: ${{ env.WEBAPP_ROOT_PATH }}
run: |
tar -czvf ${{ env.WEBAPP_PACKAGE_NAME }} build
ls -l
- name: Artifact Upload ${{ env.WEBAPP_PACKAGE_NAME }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1b21e58

Please sign in to comment.