Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGOP committed Apr 7, 2024
1 parent 1fc25dd commit a425e1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy on release
on:
release:
types: [published]
push:
branches: [develop-pablo-e2e]

jobs:
unit-tests:
Expand Down Expand Up @@ -39,6 +41,7 @@ jobs:
- run: npm --prefix gatewayservice install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e
docker-push-users:
name: Push users Docker Image to GitHub Packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit a425e1f

Please sign in to comment.